KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVPhoswich.h
1/***************************************************************************
2$Id: KVPhoswich.h,v 1.9 2006/10/19 14:32:43 franklan Exp $
3 kvphoswich.h - description
4 -------------------
5 begin : Fri Oct 4 2002
6 copyright : (C) 2002 by A. Mignon & J.D. Frankland
7 email : frankland@ganil.fr
8 ***************************************************************************/
9
10/***************************************************************************
11 * *
12 * This program is free software; you can redistribute it and/or modify *
13 * it under the terms of the GNU General Public License as published by *
14 * the Free Software Foundation; either version 2 of the License, or *
15 * (at your option) any later version. *
16 * *
17 ***************************************************************************/
18
19#ifndef KVPHOSWICH_H
20#define KVPHOSWICH_H
21
22#include "KVINDRADetector.h"
23
37public:
38 KVPhoswich();
40 virtual ~ KVPhoswich();
41
42 const Char_t* GetArrayName();
44 Double_t GetEnergy() const;
45 void SetEnergy(Double_t e) const;
47
48 ClassDef(KVPhoswich, 2) //Phoswich telescopes of the INDRA array
49};
50
51#endif
#define e(i)
char Char_t
float Float_t
double Double_t
#define ClassDef(name, id)
Base class for detectors of INDRA array.
Phoswich detector in the INDRA array (first 3 campaigns)
Definition KVPhoswich.h:36
const Char_t * GetArrayName()
void SetEnergy(Double_t e) const
Set energy lost in both layers.
Double_t GetEnergy() const
void Print(Option_t * opt="") const;
KVPhoswich()
Default ctor.