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

#include <LArHECWheelCalculator.h>

Inheritance diagram for LArHECWheelCalculator:
Collaboration diagram for LArHECWheelCalculator:

Public Member Functions

 LArHECWheelCalculator (const std::string &name, ISvcLocator *pSvcLocator)
 
virtual StatusCode initialize () override final
 
virtual StatusCode finalize () override final
 
 ~LArHECWheelCalculator ()
 
virtual void initializeForSDCreation () override final
 
virtual G4float OOTcut () const override final
 
virtual G4bool Process (const G4Step *a_step, std::vector< LArHitData > &hdata) const override final
 
virtual G4bool isInTime (G4double hitTime) const override final
 

Protected Attributes

bool m_BirksLaw
 
double m_Birksk
 
double m_OOTcut
 

Private Member Functions

 LArHECWheelCalculator (const LArHECWheelCalculator &)
 
LArHECWheelCalculatoroperator= (const LArHECWheelCalculator &)
 

Private Attributes

ServiceHandle< LArG4::HEC::IHECGeometrym_Geometry
 
const HECDetectorManagerm_DetectorManager
 
LArG4BirksLawm_birksLaw
 
bool m_doHV
 
HECHVManager::HECHVData m_hvdata
 

Detailed Description

Definition at line 33 of file LArHECWheelCalculator.h.

Constructor & Destructor Documentation

◆ LArHECWheelCalculator() [1/2]

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

◆ ~LArHECWheelCalculator()

LArHECWheelCalculator::~LArHECWheelCalculator ( )

◆ LArHECWheelCalculator() [2/2]

LArHECWheelCalculator::LArHECWheelCalculator ( const LArHECWheelCalculator )
private

Member Function Documentation

◆ finalize()

virtual StatusCode LArHECWheelCalculator::finalize ( )
finaloverridevirtual

◆ initialize()

virtual StatusCode LArHECWheelCalculator::initialize ( )
finaloverridevirtual

◆ initializeForSDCreation()

virtual void LArHECWheelCalculator::initializeForSDCreation ( )
finaloverridevirtual

Reimplemented from LArCalculatorSvcImp.

◆ isInTime()

virtual G4bool LArHECWheelCalculator::isInTime ( G4double  hitTime) const
inlinefinaloverridevirtual

Definition at line 48 of file LArHECWheelCalculator.h.

49  {
50  return !(hitTime > m_OOTcut); //FIXME should we be checking the absolute value of hitTime here?
51  }

◆ OOTcut()

virtual G4float LArHECWheelCalculator::OOTcut ( ) const
inlinefinaloverridevirtual

Definition at line 43 of file LArHECWheelCalculator.h.

43 { return m_OOTcut; }

◆ operator=()

LArHECWheelCalculator& LArHECWheelCalculator::operator= ( const LArHECWheelCalculator )
private

◆ Process()

virtual G4bool LArHECWheelCalculator::Process ( const G4Step *  a_step,
std::vector< LArHitData > &  hdata 
) const
finaloverridevirtual

Member Data Documentation

◆ m_Birksk

double LArCalculatorSvcImp::m_Birksk
protectedinherited

Definition at line 25 of file LArCalculatorSvcImp.h.

◆ m_BirksLaw

bool LArCalculatorSvcImp::m_BirksLaw
protectedinherited

Definition at line 22 of file LArCalculatorSvcImp.h.

◆ m_birksLaw

LArG4BirksLaw* LArHECWheelCalculator::m_birksLaw
private

Definition at line 59 of file LArHECWheelCalculator.h.

◆ m_DetectorManager

const HECDetectorManager* LArHECWheelCalculator::m_DetectorManager
private

Definition at line 56 of file LArHECWheelCalculator.h.

◆ m_doHV

bool LArHECWheelCalculator::m_doHV
private

Definition at line 60 of file LArHECWheelCalculator.h.

◆ m_Geometry

ServiceHandle<LArG4::HEC::IHECGeometry> LArHECWheelCalculator::m_Geometry
private

Definition at line 55 of file LArHECWheelCalculator.h.

◆ m_hvdata

HECHVManager::HECHVData LArHECWheelCalculator::m_hvdata
private

Definition at line 62 of file LArHECWheelCalculator.h.

◆ m_OOTcut

double LArCalculatorSvcImp::m_OOTcut
protectedinherited

Definition at line 28 of file LArCalculatorSvcImp.h.


The documentation for this class was generated from the following file:
LArCalculatorSvcImp::m_OOTcut
double m_OOTcut
Definition: LArCalculatorSvcImp.h:28
hitTime
float hitTime(const AFP_SIDSimHit &hit)
Definition: AFP_SIDSimHit.h:39