CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCDCCUnpacker.h
Go to the documentation of this file.
1 #ifndef CSCDCCUnpacker_h
2 #define CSCDCCUnpacker_h
3 
14 
16 
18  public:
20  CSCDCCUnpacker(const edm::ParameterSet & pset);
21 
23  virtual ~CSCDCCUnpacker();
24 
25  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
26 
28  void produce(edm::Event & e, const edm::EventSetup& c);
29 
31  void visual_raw(int hl,int id, int run, int event, bool fedshort, bool fDump, short unsigned int* buf) const;
32 
33  private:
34 
37 
42 
44  unsigned int errorMask, examinerMask;
47 
50 
51 
52 };
53 
54 #endif
bool SuppressZeroLCT
Suppress zeros LCTs.
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
CSCMonitorInterface * monitor
bool visualFEDInspect
Visualization of raw data.
void produce(edm::Event &e, const edm::EventSetup &c)
Produce digis out of raw data.
void visual_raw(int hl, int id, int run, int event, bool fedshort, bool fDump, short unsigned int *buf) const
Visualization of raw data in FED-less events (Robert Harr and Alexander Sakharov) ...
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
edm::EDGetTokenT< FEDRawDataCollection > i_token
Token for consumes interface &amp; access to data.
unsigned int errorMask
unsigned int examinerMask
bool useSelectiveUnpacking
CSCDCCUnpacker(const edm::ParameterSet &pset)
Constructor.
virtual ~CSCDCCUnpacker()
Destructor.