ATLAS Offline Software
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 
8 
9 //**********************************************************************/
10 // Full constructor from Identifier.
12  : MuonDigit(id) {}
13 //**********************************************************************/
14 
15 // Full constructor, with trigger Info
16 
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
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:191
MmDigit::MmDigit
MmDigit()=default
Default constructor.