CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Macros | Functions
L1TRawToDigi.cc File Reference
#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/one/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/FEDRawData/interface/FEDHeader.h"
#include "DataFormats/FEDRawData/interface/FEDNumbering.h"
#include "DataFormats/FEDRawData/interface/FEDRawDataCollection.h"
#include "DataFormats/FEDRawData/interface/FEDTrailer.h"
#include "EventFilter/L1TRawToDigi/interface/AMCSpec.h"
#include "EventFilter/L1TRawToDigi/interface/Block.h"
#include "EventFilter/L1TRawToDigi/interface/PackingSetup.h"

Go to the source code of this file.

Classes

class  l1t::L1TRawToDigi
 

Namespaces

 l1t
 map containing the conditions
 

Macros

#define EDM_ML_DEBUG   1
 

Functions

std::ostream & operator<< (std::ostream &o, const l1t::BlockHeader &h)
 
static const
edm::ParameterSetDescriptionFillerPluginFactory::PMaker
< edm::ParameterSetDescriptionFiller
< L1TRawToDigi > > 
s_filler__LINE__ ("L1TRawToDigi")
 
static const
edm::MakerPluginFactory::PMaker
< edm::WorkerMaker
< L1TRawToDigi > > 
s_maker__LINE__ ("L1TRawToDigi")
 

Macro Definition Documentation

#define EDM_ML_DEBUG   1

Definition at line 22 of file L1TRawToDigi.cc.

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const l1t::BlockHeader h 
)

Definition at line 76 of file L1TRawToDigi.cc.

References l1t::BlockHeader::getID(), l1t::BlockHeader::getSize(), and python.connectstrParser::o.

76  {
77  o << "L1T Block Header " << h.getID() << " with size " << h.getSize();
78  return o;
79 };
unsigned int getID() const
Definition: Block.h:22
unsigned int getSize() const
Definition: Block.h:23
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< L1TRawToDigi > > s_filler__LINE__ ( "L1TRawToDigi"  )
static
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< L1TRawToDigi > > s_maker__LINE__ ( "L1TRawToDigi"  )
static