ROOT logo
#ifndef HSTART2DETECTOR_H
#define HSTART2DETECTOR_H

#include "haddef.h"
#include "hdetector.h"
#include "hstartdef.h"

class HParIo;

class HStart2Detector : public HDetector {
public:
   HStart2Detector();
   ~HStart2Detector();
   Bool_t init(void);
   void activateParIo(HParIo* io);
   Bool_t write(HParIo* io);
   HCategory* buildMatrixCategory(const Text_t* name, Float_t fill = 1.0);
   HCategory* buildLinearCategory(const Text_t* name);
   HCategory* buildCategory(Cat_t);
   Int_t getMaxModInSetup(void);

   ClassDef(HStart2Detector, 2) // Start2 detector using TRB for readout
};

#endif  /* !HSTART2DETECTOR_H */















 hstart2detector.h:1
 hstart2detector.h:2
 hstart2detector.h:3
 hstart2detector.h:4
 hstart2detector.h:5
 hstart2detector.h:6
 hstart2detector.h:7
 hstart2detector.h:8
 hstart2detector.h:9
 hstart2detector.h:10
 hstart2detector.h:11
 hstart2detector.h:12
 hstart2detector.h:13
 hstart2detector.h:14
 hstart2detector.h:15
 hstart2detector.h:16
 hstart2detector.h:17
 hstart2detector.h:18
 hstart2detector.h:19
 hstart2detector.h:20
 hstart2detector.h:21
 hstart2detector.h:22
 hstart2detector.h:23
 hstart2detector.h:24
 hstart2detector.h:25
 hstart2detector.h:26
 hstart2detector.h:27
 hstart2detector.h:28
 hstart2detector.h:29
 hstart2detector.h:30
 hstart2detector.h:31
 hstart2detector.h:32
 hstart2detector.h:33
 hstart2detector.h:34
 hstart2detector.h:35
 hstart2detector.h:36
 hstart2detector.h:37
 hstart2detector.h:38
 hstart2detector.h:39
 hstart2detector.h:40