ATLAS Offline Software
Public Member Functions | Protected Attributes | List of all members
LArCalculatorSvcImp Class Reference

#include <LArCalculatorSvcImp.h>

Inherits extends< AthService, ILArCalculatorSvc >.

Inherited by LArBarrelCalculator, LArBarrelPresamplerCalculator, LArEndcapPresamplerCalculator, LArFCALCalculatorBase, LArG4::EC::EnergyCalculator, LArG4H6COLDTCMod0Calculator, LArG4H6WarmTCCalculator, LArHECLocalCalculator [virtual], and LArHECWheelCalculator [virtual].

Collaboration diagram for LArCalculatorSvcImp:

Public Member Functions

 LArCalculatorSvcImp (const std::string &name, ISvcLocator *pSvcLocator)
 
virtual void initializeForSDCreation () override
 

Protected Attributes

Gaudi::Property< bool > m_BirksLaw {this, "BirksLaw", true}
 
Gaudi::Property< double > m_Birksk {this, "Birksk", 0.05832}
 
Gaudi::Property< double > m_OOTcut {this, "OOTcut", 300*CLHEP::ns}
 

Detailed Description

Definition at line 12 of file LArCalculatorSvcImp.h.

Constructor & Destructor Documentation

◆ LArCalculatorSvcImp()

LArCalculatorSvcImp::LArCalculatorSvcImp ( const std::string &  name,
ISvcLocator *  pSvcLocator 
)
inline

Definition at line 15 of file LArCalculatorSvcImp.h.

16  : base_class(name, pSvcLocator) {};

Member Function Documentation

◆ initializeForSDCreation()

virtual void LArCalculatorSvcImp::initializeForSDCreation ( )
inlineoverridevirtual

Reimplemented in LArBarrelCalculator, and LArHECWheelCalculator.

Definition at line 19 of file LArCalculatorSvcImp.h.

19 {};

Member Data Documentation

◆ m_Birksk

Gaudi::Property<double> LArCalculatorSvcImp::m_Birksk {this, "Birksk", 0.05832}
protected

Definition at line 27 of file LArCalculatorSvcImp.h.

◆ m_BirksLaw

Gaudi::Property<bool> LArCalculatorSvcImp::m_BirksLaw {this, "BirksLaw", true}
protected

Definition at line 23 of file LArCalculatorSvcImp.h.

◆ m_OOTcut

Gaudi::Property<double> LArCalculatorSvcImp::m_OOTcut {this, "OOTcut", 300*CLHEP::ns}
protected

Definition at line 30 of file LArCalculatorSvcImp.h.


The documentation for this class was generated from the following file:
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240