eTrain.hh

Go to the documentation of this file.
00001 
00008 #ifndef ETRAIN_h
00009 #define ETRAIN_h
00010 #include "TObject.h"
00011 
00017 class eTrain
00018 {
00019 public:
00020   eTrain()
00021   {
00022     Clear();
00023   }
00024   virtual ~eTrain() {}
00025   void Clear()
00026   {
00027     bright_channel=999;
00028     first_coinc=0;
00029     last_coinc=0;
00030   }
00031   
00032   int bright_channel; 
00033   int first_coinc; 
00034   int last_coinc; 
00035   std::vector<int> coincidences;
00036   ClassDef(eTrain,1)
00037 };
00038   
00039 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1