CMS 3D CMS Logo

TotemTriggerCounters.h
Go to the documentation of this file.
1 /****************************************************************************
2 *
3 * This is a part of the TOTEM offline software.
4 * Authors:
5 * Jan Kašpar (jan.kaspar@gmail.com)
6 *
7 ****************************************************************************/
8 
9 #ifndef DataFormats_CTPPSDigi_TotemTriggerCounters
10 #define DataFormats_CTPPSDigi_TotemTriggerCounters
11 
16 {
17  unsigned char type;
18  unsigned int event_num, bunch_num, src_id;
19  unsigned int orbit_num;
20  unsigned char revision_num;
22 
24  type(0),
25  event_num(0), bunch_num(0), src_id(0),
26  orbit_num(0),
27  revision_num(0),
28  run_num(0), trigger_num(0), inhibited_triggers_num(0), input_status_bits(0)
29  {
30  }
31 };
32 
33 #endif
unsigned int inhibited_triggers_num