generic class to drive the job More...
Public Member Functions | |
CalUnpackJobPSet () | |
CalUnpackJobPSet (edm::ParameterSet &cfg) | |
Public Attributes | |
double | Ptmin |
double | regionEtaMargin |
double | regionPhiMargin |
edm::InputTag | Source |
generic class to drive the job
Definition at line 69 of file EcalRawToRecHitRoI.h.
EcalRawToRecHitRoI::CalUnpackJobPSet::CalUnpackJobPSet | ( | ) | [inline] |
Definition at line 71 of file EcalRawToRecHitRoI.h.
{}
EcalRawToRecHitRoI::CalUnpackJobPSet::CalUnpackJobPSet | ( | edm::ParameterSet & | cfg | ) | [inline] |
Definition at line 72 of file EcalRawToRecHitRoI.h.
References edm::ParameterSet::getParameter(), Ptmin, regionEtaMargin, regionPhiMargin, and Source.
{ Source = cfg.getParameter<edm::InputTag>("Source"); Ptmin = cfg.getParameter<double>("Ptmin"); regionEtaMargin = cfg.getParameter<double>("regionEtaMargin"); regionPhiMargin = cfg.getParameter<double>("regionPhiMargin"); }
Definition at line 79 of file EcalRawToRecHitRoI.h.
Referenced by CalUnpackJobPSet(), EcalRawToRecHitRoI::Egamma_OneL1EmCollection(), EcalRawToRecHitRoI::Jet_OneL1JetCollection(), EcalRawToRecHitRoI::Muon(), and EcalRawToRecHitRoI::OneCandCollection().
Definition at line 80 of file EcalRawToRecHitRoI.h.
Referenced by CalUnpackJobPSet(), EcalRawToRecHitRoI::Egamma_OneL1EmCollection(), EcalRawToRecHitRoI::Jet_OneL1JetCollection(), EcalRawToRecHitRoI::Muon(), and EcalRawToRecHitRoI::OneCandCollection().
Definition at line 81 of file EcalRawToRecHitRoI.h.
Referenced by CalUnpackJobPSet(), EcalRawToRecHitRoI::Egamma_OneL1EmCollection(), EcalRawToRecHitRoI::Jet_OneL1JetCollection(), EcalRawToRecHitRoI::Muon(), and EcalRawToRecHitRoI::OneCandCollection().
Definition at line 78 of file EcalRawToRecHitRoI.h.
Referenced by CalUnpackJobPSet(), EcalRawToRecHitRoI::Muon(), and EcalRawToRecHitRoI::OneCandCollection().