Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
26 TileCellFillerTool::TileCellFillerTool(
const std::string&
type,
const std::string&
name,
const IInterface*
parent):
28 m_trackInCalo(
"TrackInCaloTools/extrapolMuonInCaloTool"){
34 declareProperty(
"TryStandAloneMuons",
m_standalone =
"no");
61 return StatusCode::SUCCESS;
70 return StatusCode::SUCCESS;
168 return StatusCode::SUCCESS;
263 for(; muonItr != muonEnd; ++muonItr ){
276 const TRACK* muon_track = 0;
279 case 0: muon_track =
muon->trackParticle(xAOD::Muon::CombinedTrackParticle);
break;
280 case 1: muon_track =
muon->trackParticle(xAOD::Muon::InnerDetectorTrackParticle);
break;
281 case 2: muon_track =
muon->trackParticle(xAOD::Muon::MuonSpectrometerTrackParticle);
break;
282 default: muon_track =
muon->primaryTrackParticle();
break;
284 if(!muon_track)
continue;
286 std::vector<double> coordinates =
m_trackInCalo->getXYZEtaPhiInCellSampling(muon_track,&
p);
288 if(coordinates.size() == 5 )
303 ATH_MSG_INFO(
"Can not get the value of numberOfPixelHits");
307 ATH_MSG_INFO(
"Can not get the value of numberOfSCTHits");
312 m_muonX ->push_back(coordinates[0]);
313 m_muonY ->push_back(coordinates[1]);
314 m_muonZ ->push_back(coordinates[2]);
330 return StatusCode::SUCCESS;
float deta() const
cell deta
def retrieve(aClass, aKey=None)
IdentifierHash onl2() const
cell online identifier 2
float time1(void) const
get time of first PMT
Const iterator class for DataVector/DataList.
path
python interpreter configuration --------------------------------------—
float time2(void) const
get time of second PMT
float ene1(void) const
get energy of first PMT
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
bool badch1(void) const
check if first PMT is in bad channel list and masked
int side(const Identifier &id) const
int sample(const Identifier &id) const
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
@ numberOfPixelHits
these are the pixel hits, including the b-layer [unit8_t].
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
int tower(const Identifier &id) const
int channel(const HWIdentifier &id) const
extract channel field from HW identifier
int ros(const HWIdentifier &id) const
extract ros field from HW identifier
CaloCell_ID::SUBCALO getSubCalo() const
cell subcalo
IdentifierHash onl1() const
cell online identifier 1
uint8_t qual2(void) const
get quality of second PMT (data member)
Block filler tool for noisy FEB information.
int module(const Identifier &id) const
::StatusCode StatusCode
StatusCode definition for legacy code.
bool badch2(void) const
check if second PMT is in bad channel list and masked
#define CHECK(...)
Evaluate an expression and check for errors.
uint8_t qbit1(void) const
get quality bits of first PMT (data member)
int gain1(void) const
get gain of first PMT
double deltaPhi(double phi1, double phi2)
float volume() const
cell volume
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
HWIdentifier adc_id(int ros, int drawer, int channel, int adc) const
adc HWIdentifer
uint8_t qbit2(void) const
get quality bits of second PMT (data member)
float dphi() const
cell dphi
int gain2(void) const
get gain of second PMT
float ene2(void) const
get energy of second PMT
int drawer(const HWIdentifier &id) const
extract drawer field from HW identifier
Data object for each calorimeter readout cell.
CaloCell_ID::CaloSample getSampling() const
cell sampling
uint8_t qual1(void) const
get quality of first PMT (data member)
@ numberOfSCTHits
number of hits in SCT [unit8_t].
Class describing a TrackParticle.
int section(const Identifier &id) const
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.