ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArG4
LArG4FastSimulation
src
FCALFastSimDedicatedSD.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARG4FASTSIMULATION_FCALFASTSIMDEDICATEDSD_H
6
#define LARG4FASTSIMULATION_FCALFASTSIMDEDICATEDSD_H
7
8
// This is a sensitive detector. It will do everything that a
9
// sensitive detector does. We give this to the framework, sort
10
// of: we DO want it to execute it's end-
11
12
#include "
IFastSimDedicatedSD.h
"
13
#include "
LArG4Code/LArG4Identifier.h
"
14
15
class
EnergySpot
;
16
class
LArVHitMerger;
17
class
FCALDetectorManager
;
18
class
StoreGateSvc
;
19
21
class
FCALFastSimDedicatedSD
:
public
IFastSimDedicatedSD
22
{
23
public
:
24
25
// Constructor:
26
FCALFastSimDedicatedSD
(
StoreGateSvc
*, std::string hitCollectionName,
27
bool
verbose
);
28
29
// Destructor:
30
~FCALFastSimDedicatedSD
() {}
31
32
// ProcessHitsMethod
33
virtual
void
ProcessSpot
(
const
EnergySpot
& spot,
double
weight)
override
final
;
34
35
private
:
36
37
FCALDetectorManager
*
m_fcalManager
;
38
40
LArG4Identifier
m_larID
;
41
};
42
43
#endif
//LARG4FASTSIMULATION_FCALFASTSIMDEDICATEDSD_H
IFastSimDedicatedSD.h
LArG4Identifier.h
EnergySpot
Definition
EnergySpot.h:18
FCALDetectorManager
A manager class providing access to readout geometry information for the forward calorimeter.
Definition
FCALDetectorManager.h:29
FCALFastSimDedicatedSD::m_fcalManager
FCALDetectorManager * m_fcalManager
Definition
FCALFastSimDedicatedSD.h:37
FCALFastSimDedicatedSD::ProcessSpot
virtual void ProcessSpot(const EnergySpot &spot, double weight) override final
ProcessHitsMethod.
Definition
FCALFastSimDedicatedSD.cxx:37
FCALFastSimDedicatedSD::m_larID
LArG4Identifier m_larID
My LAr identifier.
Definition
FCALFastSimDedicatedSD.h:40
FCALFastSimDedicatedSD::FCALFastSimDedicatedSD
FCALFastSimDedicatedSD(StoreGateSvc *, std::string hitCollectionName, bool verbose)
Definition
FCALFastSimDedicatedSD.cxx:23
FCALFastSimDedicatedSD::~FCALFastSimDedicatedSD
~FCALFastSimDedicatedSD()
Definition
FCALFastSimDedicatedSD.h:30
IFastSimDedicatedSD::IFastSimDedicatedSD
IFastSimDedicatedSD(const std::string &name, StoreGateSvc *detStore, std::string hitCollectionName)
Simple constructor and destructor.
Definition
IFastSimDedicatedSD.h:21
LArG4Identifier
Definition
LArG4Identifier.h:121
StoreGateSvc
The Athena Transient Store API.
Definition
StoreGateSvc.h:120
verbose
bool verbose
Definition
hcg.cxx:75
Generated on
for ATLAS Offline Software by
1.17.0