ATLAS Offline Software
MuonSpectrometer
MuonDigitContainer
src
MmDigit.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// MmDigit.cxx
6
7
#include "
MuonDigitContainer/MmDigit.h
"
8
9
//**********************************************************************/
10
// Full constructor from Identifier.
11
MmDigit::MmDigit
(
const
Identifier
&
id
)
12
:
MuonDigit
(
id
) {}
13
//**********************************************************************/
14
15
// Full constructor, with trigger Info
16
17
MmDigit::MmDigit
(
const
Identifier
&
id
,
18
const
float
stripResponseTime,
19
const
float
stripResponseCharge) :
20
MuonDigit
(
id
),
21
m_stripResponseTime(stripResponseTime),
22
m_stripResponseCharge(stripResponseCharge){}
23
//**********************************************************************/
MuonDigit
Definition:
MuonDigit.h:16
MmDigit.h
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:227
MmDigit::MmDigit
MmDigit()=default
Default constructor.
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Mon Dec 23 2024 21:14:43 for ATLAS Offline Software by
1.8.18