StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GlobalTag.idl
1 //
2 // $Id: GlobalTag.idl,v 1.3 2009/11/23 16:47:59 fisyak Exp $
3 //
4 // Global tag
5 //
6 // $Log: GlobalTag.idl,v $
7 // Revision 1.3 2009/11/23 16:47:59 fisyak
8 // Add Primary vertex position errors
9 //
10 // Revision 1.2 2004/07/30 20:15:09 fisyak
11 // Synchronize Pcoll and Global Tags, remove TpcTags fro chain
12 //
13 // Revision 1.1 2004/07/30 14:15:10 fisyak
14 // Back to idl tag definition
15 //
16 //
17 struct GlobalTag { // Global:
18  unsigned long TriggerId[32]; // Trigger Id's satisfied by an event
19  unsigned long uncorrectedNumberOfPrimaries; // TPC StuRefMult
20  unsigned long uncorrectedNumberOfFtpcEastPrimaries;// FTPC StuFtpcRefMult
21  unsigned long uncorrectedNumberOfFtpcWestPrimaries;// FTPC StuFtpcRefMult
22  double primaryVertexX; // Primary vertex (x)
23  double primaryVertexY; // (y)
24  double primaryVertexZ; // (z)
25  double sigmaPVX; // Sigma of Primary vertex (x)
26  double sigmaPVY; // (y)
27  double sigmaPVZ; // (z)
28  short primaryVertexFlag; // with some flag !=0 if not found
29  unsigned short zdcHardSum; // trigData->zdcAtChannel(10)
30  float CTBsum; // CTB sum mMips[mMaxTrays][mMaxSlats][0]
31  };
32