ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonByteStreamCnvTest
src
CscDigitToCscRDO.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONBYTESTREAMCNVTEST_CSCDIGITTOCSCRDO_H
6
#define MUONBYTESTREAMCNVTEST_CSCDIGITTOCSCRDO_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "GaudiKernel/ToolHandle.h"
10
#include "
MuonDigToolInterfaces/IMuonDigitizationTool.h
"
11
12
// Author: Ketevi A. Assamagan
13
// BNL, October 27, 2003
14
15
// Digitization algorithm for the CSC:
16
// get the hit container from Storegate
17
// loop over the hits
18
// digitize each hit
19
// loop over the digit and build the digit container
20
// store the digits in StoreGate
21
22
class
CscDigitToCscRDO
:
public
AthAlgorithm
{
23
public
:
24
CscDigitToCscRDO
(
const
std::string& name, ISvcLocator* pSvcLocator);
25
~CscDigitToCscRDO
() =
default
;
26
27
virtual
StatusCode
initialize
()
override
;
28
virtual
StatusCode
execute
(
const
EventContext& ctx)
override
;
29
virtual
bool
isClonable
()
const
override final {
return
true
; }
30
31
private
:
32
ToolHandle<IMuonDigitizationTool>
m_digTool
{
this
};
33
};
34
35
#endif
AthAlgorithm.h
IMuonDigitizationTool.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
CscDigitToCscRDO::~CscDigitToCscRDO
~CscDigitToCscRDO()=default
CscDigitToCscRDO::m_digTool
ToolHandle< IMuonDigitizationTool > m_digTool
Definition
CscDigitToCscRDO.h:32
CscDigitToCscRDO::isClonable
virtual bool isClonable() const override final
Specify if the algorithm is clonable.
Definition
CscDigitToCscRDO.h:29
CscDigitToCscRDO::execute
virtual StatusCode execute(const EventContext &ctx) override
Execute method.
Definition
CscDigitToCscRDO.cxx:18
CscDigitToCscRDO::CscDigitToCscRDO
CscDigitToCscRDO(const std::string &name, ISvcLocator *pSvcLocator)
Definition
CscDigitToCscRDO.cxx:7
CscDigitToCscRDO::initialize
virtual StatusCode initialize() override
Definition
CscDigitToCscRDO.cxx:12
const
Generated on
for ATLAS Offline Software by
1.17.0