StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiSsdDetectorGroup.h
1 // $Id: StiSsdDetectorGroup.h,v 1.7 2014/08/22 17:53:14 perev Exp $
2 //
3 // $Log: StiSsdDetectorGroup.h,v $
4 // Revision 1.7 2014/08/22 17:53:14 perev
5 // Remove never used input file
6 //
7 // Revision 1.6 2005/10/26 21:59:12 fisyak
8 // get rid off dependencies from StMcEvent
9 //
10 // Revision 1.5 2005/06/21 15:31:47 lmartin
11 // CVS tags added
12 //
13 #ifndef StiSsdDetectorGroup_H_INCLUDED
14 #define StiSsdDetectorGroup_H_INCLUDED
15 
16 #include "Sti/StiDetectorGroup.h"
17 class StEvent;
18 class StiDetectorBuilder;
19 
24 class StiSsdDetectorGroup : public StiDetectorGroup<StEvent>
25 {
26  public:
27  StiSsdDetectorGroup(bool active);
29 };
30 
31 #endif
32