5#ifndef FPGATrackSimRAWTOLOGICALHITSTOOL_H
6#define FPGATrackSimRAWTOLOGICALHITSTOOL_H
9#include "GaudiKernel/ServiceHandle.h"
34 StatusCode
getUnmapped(std::vector<FPGATrackSimHit>& missing_hits);
43 IntegerProperty
m_saveOptional {
this,
"SaveOptional", 2,
"flag to enable the truth/offline tracking save =0 no optional saved, =1 saved in region, =2 save all "};
44 IntegerArrayProperty
m_towersToMap {
this,
"TowersToMap", {},
"Which Towers to map, goes from 0 to 96!"};
: FPGATrackSim-specific class to represent an hit in the detector.
Maps physical layers to logical layers.