EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicLowQ2Tagger.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EicLowQ2Tagger.h
1 //
2 // RMP (rpetti@bnl.gov), 09-10-2014
3 //
4 // A trivial low Q^2 tagging detector wrapper class
5 //
6 // following the example in development of other detectors by AYK
7 //
8 
9 #ifndef _EICLOWQ2TAGGER_
10 #define _EICLOWQ2TAGGER_
11 
12 #include <EicDetector.h>
13 
15 /***/
17 {
18 
19  public:
20 
22  /***/
24 
26  /***/
27  EicLowQ2Tagger(const char *Name, char *geometryName, EicDetectorId dType, Bool_t Active = kTRUE):
28  EicDetector(Name, geometryName, dType, qMergeStepsInOneHit, Active) {};
29 
31  /***/
32  virtual ~EicLowQ2Tagger() {};
33 
35 
36 };
37 
38 #endif