ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
digitWrapper Struct Reference

#include <MMT_struct.h>

Collaboration diagram for digitWrapper:

Public Member Functions

 digitWrapper (const MmDigit *digit=0, const std::string &stationName=std::string(), double tmpGTime=0, const ROOT::Math::XYZVector &truthLPos=ROOT::Math::XYZVector(), const ROOT::Math::XYZVector &stripLPos=ROOT::Math::XYZVector(), const ROOT::Math::XYZVector &stripGPos=ROOT::Math::XYZVector())
 
Identifier id () const
 

Public Attributes

const MmDigitdigit
 
std::string stName
 
double gTime
 
ROOT::Math::XYZVector truth_lpos
 
ROOT::Math::XYZVector strip_lpos
 
ROOT::Math::XYZVector strip_gpos
 

Detailed Description

Definition at line 82 of file MMT_struct.h.

Constructor & Destructor Documentation

◆ digitWrapper()

digitWrapper::digitWrapper ( const MmDigit digit = 0,
const std::string &  stationName = std::string(),
double  tmpGTime = 0,
const ROOT::Math::XYZVector &  truthLPos = ROOT::Math::XYZVector(),
const ROOT::Math::XYZVector &  stripLPos = ROOT::Math::XYZVector(),
const ROOT::Math::XYZVector &  stripGPos = ROOT::Math::XYZVector() 
)

Definition at line 191 of file MMT_struct.cxx.

197  :
198  digit(digit),
200  gTime(tmpGTime),
201  truth_lpos(truthLPos),
202  strip_lpos(stripLPos),
203  strip_gpos(stripGPos){}

Member Function Documentation

◆ id()

Identifier digitWrapper::id ( ) const
inline

Definition at line 98 of file MMT_struct.h.

98 { return digit->identify(); };

Member Data Documentation

◆ digit

const MmDigit* digitWrapper::digit

Definition at line 90 of file MMT_struct.h.

◆ gTime

double digitWrapper::gTime

Definition at line 92 of file MMT_struct.h.

◆ stName

std::string digitWrapper::stName

Definition at line 91 of file MMT_struct.h.

◆ strip_gpos

ROOT::Math::XYZVector digitWrapper::strip_gpos

Definition at line 96 of file MMT_struct.h.

◆ strip_lpos

ROOT::Math::XYZVector digitWrapper::strip_lpos

Definition at line 95 of file MMT_struct.h.

◆ truth_lpos

ROOT::Math::XYZVector digitWrapper::truth_lpos

Definition at line 94 of file MMT_struct.h.


The documentation for this struct was generated from the following files:
digitWrapper::truth_lpos
ROOT::Math::XYZVector truth_lpos
Definition: MMT_struct.h:94
dumpTgcDigiDeadChambers.stationName
dictionary stationName
Definition: dumpTgcDigiDeadChambers.py:30
digitWrapper::gTime
double gTime
Definition: MMT_struct.h:92
digitWrapper::stName
std::string stName
Definition: MMT_struct.h:91
digitWrapper::strip_lpos
ROOT::Math::XYZVector strip_lpos
Definition: MMT_struct.h:95
MuonDigit::identify
Identifier identify() const
Definition: MuonDigit.h:30
digitWrapper::digit
const MmDigit * digit
Definition: MMT_struct.h:90
digitWrapper::strip_gpos
ROOT::Math::XYZVector strip_gpos
Definition: MMT_struct.h:96