ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArG4
LArG4Code
LArG4Code
ILArCalibCalculatorSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// ILArCalibCalculatorSvc.h
6
// Prepared in 2016 based on VCalibrationCalculator from Bill Seligman
7
8
#ifndef __ILARCALIBCALCULATORSVC_H__
9
#define __ILARCALIBCALCULATORSVC_H__
10
11
#include "GaudiKernel/IService.h"
12
13
#include "globals.hh"
14
15
#include "
LArG4Code/LArG4Identifier.h
"
16
#include "
LArG4Code/LArG4EnumDefs.h
"
17
18
19
// Forward declaractions:
20
class
G4Step;
21
class
StatusCode;
22
23
class
ILArCalibCalculatorSvc
:
virtual
public
IService {
24
public
:
25
26
ILArCalibCalculatorSvc
(){};
27
28
DeclareInterfaceID
(
ILArCalibCalculatorSvc
,1,0);
29
30
virtual
~ILArCalibCalculatorSvc
() {};
31
32
virtual
G4bool
Process
(
const
G4Step* step,
33
LArG4Identifier
& identifier,
34
LArG4Identifier
& identifier_sr,
35
std::vector<double> & energies,
36
const
LArG4::eCalculatorProcessing
process
=
LArG4::kEnergyAndID
)
const
= 0;
37
};
38
#endif
LArG4EnumDefs.h
LArG4Identifier.h
ILArCalibCalculatorSvc::Process
virtual G4bool Process(const G4Step *step, LArG4Identifier &identifier, LArG4Identifier &identifier_sr, std::vector< double > &energies, const LArG4::eCalculatorProcessing process=LArG4::kEnergyAndID) const =0
ILArCalibCalculatorSvc::DeclareInterfaceID
DeclareInterfaceID(ILArCalibCalculatorSvc, 1, 0)
ILArCalibCalculatorSvc::ILArCalibCalculatorSvc
ILArCalibCalculatorSvc()
Definition
ILArCalibCalculatorSvc.h:26
ILArCalibCalculatorSvc::~ILArCalibCalculatorSvc
virtual ~ILArCalibCalculatorSvc()
Definition
ILArCalibCalculatorSvc.h:30
LArG4Identifier
Definition
LArG4Identifier.h:121
process
const std::string process
Definition
fbtTestBasics.cxx:76
LArG4::eCalculatorProcessing
eCalculatorProcessing
Definition
LArG4EnumDefs.h:10
LArG4::kEnergyAndID
@ kEnergyAndID
Definition
LArG4EnumDefs.h:10
Generated on
for ATLAS Offline Software by
1.14.0