CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
HcalPulseContainmentTest Class Reference
Inheritance diagram for HcalPulseContainmentTest:
edm::one::EDAnalyzer< edm::one::WatchRuns > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

 HcalPulseContainmentTest (const edm::ParameterSet &iConfig)
 
 ~HcalPulseContainmentTest () override
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns >
 EDAnalyzer ()=default
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

void analyze (edm::Event const &, edm::EventSetup const &) override
 
void beginJob () override
 
void beginRun (edm::Run const &, edm::EventSetup const &) override
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 

Private Attributes

const HcalTimeSlewhcalTimeSlew_delay_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 23 of file HcalPulseContainmentTest.cc.

Constructor & Destructor Documentation

HcalPulseContainmentTest::HcalPulseContainmentTest ( const edm::ParameterSet iConfig)
explicit

Definition at line 38 of file HcalPulseContainmentTest.cc.

References hcalTimeSlew_delay_.

38  {
39  hcalTimeSlew_delay_ = nullptr;
40 }
const HcalTimeSlew * hcalTimeSlew_delay_
HcalPulseContainmentTest::~HcalPulseContainmentTest ( )
override

Definition at line 42 of file HcalPulseContainmentTest.cc.

42 { }

Member Function Documentation

void HcalPulseContainmentTest::analyze ( edm::Event const &  ,
edm::EventSetup const &   
)
overrideprivatevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 47 of file HcalPulseContainmentTest.cc.

References gather_cfg::cout, DEFINE_FWK_MODULE, benchmark_cfg::fc, edm::EventSetup::get(), HcalBarrel, HcalEndcap, and hcalTimeSlew_delay_.

Referenced by beginRun().

47  {
48 
50  iSetup.get<HcalTimeSlewRecord>().get("HBHE", delay);
51  hcalTimeSlew_delay_ = &*delay;
52 
53  float fixedphase_ns = 6.0;
54  float max_fracerror = 0.02;
55  std::unique_ptr<HcalPulseContainmentManager> manager;
56  manager = std::unique_ptr<HcalPulseContainmentManager>( new HcalPulseContainmentManager(max_fracerror));
57  manager->setTimeSlew(hcalTimeSlew_delay_);
58 
59  HcalDetId hb1(HcalBarrel, 1, 1, 1);
60  HcalDetId he1(HcalEndcap, 17, 1, 1);
61  double fc = 10.;
62  // test re-finding the correction
63  double corr1 = manager->correction(hb1, 4, fixedphase_ns, fc);
64  double corr2 = manager->correction(hb1, 4, fixedphase_ns, fc);
65  assert(corr1 == corr2);
66  // fewer toAdd means bigger correction
67  double corr3 = manager->correction(hb1, 2, fixedphase_ns, fc);
68  assert(corr3 > corr1);
69  // HB and HE have the same shape here
70  double corr4 = manager->correction(he1, 4, fixedphase_ns, fc);
71  assert(corr4 == corr1);
72  std::cout << corr1 << " " <<corr2 << " " <<corr3 << " " <<corr4 << " " << std::endl;
73 }
const HcalTimeSlew * hcalTimeSlew_delay_
void HcalPulseContainmentTest::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::one::EDAnalyzerBase.

Definition at line 44 of file HcalPulseContainmentTest.cc.

44  {
45 }
void HcalPulseContainmentTest::beginRun ( edm::Run const &  ,
edm::EventSetup const &   
)
inlineoverrideprivate

Definition at line 31 of file HcalPulseContainmentTest.cc.

References analyze().

31 {}
void HcalPulseContainmentTest::endRun ( edm::Run const &  ,
edm::EventSetup const &   
)
inlineoverrideprivate

Definition at line 33 of file HcalPulseContainmentTest.cc.

33 {}

Member Data Documentation

const HcalTimeSlew* HcalPulseContainmentTest::hcalTimeSlew_delay_
private

Definition at line 35 of file HcalPulseContainmentTest.cc.

Referenced by analyze(), and HcalPulseContainmentTest().