CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
HcalDDDSimulationConstants Class Reference

#include <HcalDDDSimulationConstants.h>

Public Member Functions

 HcalDDDSimulationConstants (const HcalSimulationParameters *hps)
 
const HcalSimulationParametershcalsimpar () const
 
 ~HcalDDDSimulationConstants ()
 

Private Attributes

const HcalSimulationParametershspar_
 

Detailed Description

this class reads the constant section of the xml-files related to HF for HCAL simulation

Author
Sunanda Banerjee, FNAL sunan.nosp@m.da.b.nosp@m.anerj.nosp@m.ee@c.nosp@m.ern.c.nosp@m.h

Definition at line 15 of file HcalDDDSimulationConstants.h.

Constructor & Destructor Documentation

◆ HcalDDDSimulationConstants()

HcalDDDSimulationConstants::HcalDDDSimulationConstants ( const HcalSimulationParameters hps)

Definition at line 7 of file HcalDDDSimulationConstants.cc.

7  : hspar_(hsp) {
8 #ifdef EDM_ML_DEBUG
9  edm::LogInfo("HCalGeom")
10  << "HcalDDDSimulationConstants::HcalDDDSimulationConstants (const HcalSimulationParameters* hsp) constructor\n";
11 #endif
12 }

◆ ~HcalDDDSimulationConstants()

HcalDDDSimulationConstants::~HcalDDDSimulationConstants ( )

Definition at line 14 of file HcalDDDSimulationConstants.cc.

14  {
15 #ifdef EDM_ML_DEBUG
16  edm::LogInfo("HCalGeom") << "HcalDDDSimulationConstants::destructed!!!\n";
17 #endif
18 }

Member Function Documentation

◆ hcalsimpar()

const HcalSimulationParameters* HcalDDDSimulationConstants::hcalsimpar ( ) const
inline

Definition at line 20 of file HcalDDDSimulationConstants.h.

20 { return hspar_; }

References hspar_.

Referenced by FiberSD::FiberSD(), HCalSD::HCalSD(), and FastHFShowerLibrary::initHFShowerLibrary().

Member Data Documentation

◆ hspar_

const HcalSimulationParameters* HcalDDDSimulationConstants::hspar_
private

Definition at line 23 of file HcalDDDSimulationConstants.h.

Referenced by hcalsimpar().

edm::LogInfo
Definition: MessageLogger.h:254
HcalDDDSimulationConstants::hspar_
const HcalSimulationParameters * hspar_
Definition: HcalDDDSimulationConstants.h:23