00001 // 00002 // $Id: GlobalTag.idl,v 1.3 2009/11/23 16:47:59 fisyak Exp $ 00003 // 00004 // Global tag 00005 // 00006 // $Log: GlobalTag.idl,v $ 00007 // Revision 1.3 2009/11/23 16:47:59 fisyak 00008 // Add Primary vertex position errors 00009 // 00010 // Revision 1.2 2004/07/30 20:15:09 fisyak 00011 // Synchronize Pcoll and Global Tags, remove TpcTags fro chain 00012 // 00013 // Revision 1.1 2004/07/30 14:15:10 fisyak 00014 // Back to idl tag definition 00015 // 00016 // 00017 struct GlobalTag { // Global: 00018 unsigned long TriggerId[32]; // Trigger Id's satisfied by an event 00019 unsigned long uncorrectedNumberOfPrimaries; // TPC StuRefMult 00020 unsigned long uncorrectedNumberOfFtpcEastPrimaries;// FTPC StuFtpcRefMult 00021 unsigned long uncorrectedNumberOfFtpcWestPrimaries;// FTPC StuFtpcRefMult 00022 double primaryVertexX; // Primary vertex (x) 00023 double primaryVertexY; // (y) 00024 double primaryVertexZ; // (z) 00025 double sigmaPVX; // Sigma of Primary vertex (x) 00026 double sigmaPVY; // (y) 00027 double sigmaPVZ; // (z) 00028 short primaryVertexFlag; // with some flag !=0 if not found 00029 unsigned short zdcHardSum; // trigData->zdcAtChannel(10) 00030 float CTBsum; // CTB sum mMips[mMaxTrays][mMaxSlats][0] 00031 }; 00032
1.5.9