StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiPixelDetectorGroup.h
1 #ifndef StiPixelDetectorGroup_H_INCLUDED
2 #define StiPixelDetectorGroup_H_INCLUDED
3 
4 #include "Sti/StiDetectorGroup.h"
5 class StEvent;
6 
11 class StiPixelDetectorGroup : public StiDetectorGroup<StEvent>
12 {
13  public:
14  StiPixelDetectorGroup(bool active);
16 };
17 
18 #endif
19