EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
/***/
16
class
EicLowQ2Tagger
:
public
EicDetector
17
{
18
19
public
:
20
22
/***/
23
EicLowQ2Tagger
() {};
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
34
ClassDef
(
EicLowQ2Tagger
,1);
35
36
};
37
38
#endif
EicRoot
blob
master
eic
detectors
lqst
EicLowQ2Tagger.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration