3 #define INCLUDE_RUN_H 1 17 class Run :
public TObject {
22 Run( std::vector < short > );
23 Run(
int , std::vector < short > );
41 void setSpy( std::vector <short> );
81 #endif // INCLUDE_RUN_H std::vector< int > m_spyEvt
void setSpy(std::vector< short >)
std::vector< int > spyEvt()
std::vector< short > spyRaw()
virtual ~Run()
Destructor.
def run(processus, element, nevt)
ClassDef(Run, 1) protected unsigned long m_date
std::vector< int > spyChannel()
void setDate(unsigned long date)
std::vector< int > m_spyChannel
void setNumber(unsigned long run)
std::vector< short > m_spyRaw
Run()
Standard constructor.