KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVReconIdent_e475s.h
Go to the documentation of this file.
1 /*
2 $Id: KVReconIdent_e475s.h,v 1.1 2007/11/16 15:41:55 ebonnet Exp $
3 $Revision: 1.1 $
4 $Date: 2007/11/16 15:41:55 $
5 */
6 
9 
10 #ifndef __KVRECONIDENT_E475S_H
11 #define __KVRECONIDENT_E475S_H
12 
13 #include "KVINDRAReconIdent.h"
14 
15 class KVReconIdent_e475s : public KVINDRAReconIdent {
16 public:
17 
19  virtual ~KVReconIdent_e475s();
20  virtual Bool_t Analysis();
21 
22  ClassDef(KVReconIdent_e475s, 1) //Identification of E475S events
23 };
24 
25 #endif
bool Bool_t
#define ClassDef(name, id)
virtual ~KVReconIdent_e475s()
Destructor.
virtual Bool_t Analysis()
KVReconIdent_e475s()
Default constructor.