CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
EcalRawToRecHitRoI::CalUnpackJobPSet Class Reference

generic class to drive the job More...

Inheritance diagram for EcalRawToRecHitRoI::CalUnpackJobPSet:
EcalRawToRecHitRoI::CandJobPSet EcalRawToRecHitRoI::EmJobPSet EcalRawToRecHitRoI::JetJobPSet EcalRawToRecHitRoI::MuJobPSet

Public Member Functions

 CalUnpackJobPSet ()
 
 CalUnpackJobPSet (edm::ParameterSet &cfg)
 

Public Attributes

double Ptmin
 
double regionEtaMargin
 
double regionPhiMargin
 
edm::InputTag Source
 

Detailed Description

generic class to drive the job

Definition at line 69 of file EcalRawToRecHitRoI.h.

Constructor & Destructor Documentation

EcalRawToRecHitRoI::CalUnpackJobPSet::CalUnpackJobPSet ( )
inline

Definition at line 71 of file EcalRawToRecHitRoI.h.

71 {}
EcalRawToRecHitRoI::CalUnpackJobPSet::CalUnpackJobPSet ( edm::ParameterSet cfg)
inline

Definition at line 72 of file EcalRawToRecHitRoI.h.

References edm::ParameterSet::getParameter(), Ptmin, regionEtaMargin, regionPhiMargin, and Source.

72  {
73  Source = cfg.getParameter<edm::InputTag>("Source");
74  Ptmin = cfg.getParameter<double>("Ptmin");
75  regionEtaMargin = cfg.getParameter<double>("regionEtaMargin");
76  regionPhiMargin = cfg.getParameter<double>("regionPhiMargin");
77  }
T getParameter(std::string const &) const

Member Data Documentation

double EcalRawToRecHitRoI::CalUnpackJobPSet::Ptmin
double EcalRawToRecHitRoI::CalUnpackJobPSet::regionEtaMargin
double EcalRawToRecHitRoI::CalUnpackJobPSet::regionPhiMargin
edm::InputTag EcalRawToRecHitRoI::CalUnpackJobPSet::Source