ExternalTrigger.cxx
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 //
3 // ExternalTrigger class
4 //
5 // brebel@fnal.gov
6 //
7 ////////////////////////////////////////////////////////////////////////
8 
10 
11 namespace raw{
12 
13  //----------------------------------------------------------------------
15  fTrigID(0),fTrigTime(0)
16  {
17 
18  }
19 
20  //----------------------------------------------------------------------
22  : fTrigID(trigid)
23  , fTrigTime(trigtime)
24  {
25 
26  }
27 
28 
29 }
30 ////////////////////////////////////////////////////////////////////////
31 
long long TriggerTimeStamp_t
type of trigger time stamp
TriggerTimeStamp_t fTrigTime
Raw data description.