ATLAS Offline Software
Loading...
Searching...
No Matches
TRTDigiHelper.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRT_DIGITIZATION_TRTDIGIHELPER_H
6#define TRT_DIGITIZATION_TRTDIGIHELPER_H
7
8class MsgStream;
9
10namespace TRTDigiHelper {
11 // The straw's gas mix: 1=Xe, 2=Kr, 3=Ar
12 int StrawGasType(int statusHT, int useGasMix, MsgStream* msg=nullptr);
13
14 unsigned int getRegion(int hitID);
15}
16
17#endif // TRT_DIGITIZATION_TRTDIGIHELPER_H
int StrawGasType(int statusHT, int useGasMix, MsgStream *log)
unsigned int getRegion(int hitID)
MsgStream & msg
Definition testRead.cxx:32