|
ATLAS Offline Software
|
Go to the documentation of this file.
29 #include "CaloDetDescr/CaloDetDescrElement.h"
63 return StatusCode::SUCCESS;
72 return StatusCode::SUCCESS;
80 ATH_MSG_INFO(
"in createObj: creating a CaloTTDescrManager object in the detector store");
106 SmartIF<IToolSvc> toolSvc{service(
"ToolSvc")};
110 ATH_CHECK(toolSvc->retrieveTool(
"CaloTriggerTowerService",ttSvc));
117 ATH_MSG_DEBUG(
"Initializing CaloTTMgr from values in CaloTTMgrDetDescrCnv");
119 int numberOfIdRegions=0;
120 int numberOfDescrRegions=0;
129 std::vector<Identifier>::const_iterator itId = lvl1_id->
region_begin();
130 std::vector<Identifier>::const_iterator itIdEnd = lvl1_id->
region_end();
132 for(; itId!=itIdEnd;++itId){
137 int region = lvl1_helper->
region(regId);
138 int halfNphi = (lvl1_helper->
phi_max(regId)+1)/2;
139 int nLay = lvl1_helper->
layer_max(regId)+1;
143 calo_descriptor->
set(regId);
148 }
else if( 1 == region ) {
151 }
else if( 2 == region ) {
154 }
else if( 3 == region ) {
160 caloTTMgr->
add(calo_descriptor);
167 int maxPhi=calo_descriptor->
nPhi();
171 if(!lvl1_helper->
is_tile(TTid)) {
173 int maxLay=calo_descriptor->
nLay();
174 for(
int iLay=0;iLay<maxLay;++iLay) {
178 if(lvl1_helper->
is_fcal(layId)) {
181 else if(lvl1_helper->
is_emec(layId) || lvl1_helper->
is_hec(layId)) {
189 else if(lvl1_helper->
is_emec(layId)) {
193 else if(lvl1_helper->
is_hec(layId)) {
203 double dEta=calo_descriptor->
deta();
207 double dPhi=calo_descriptor->
dphi();
223 std::vector<Identifier>
vec = ttSvc->createCellIDvecLayer(layId);
226 numberOfDescrRegions++;
227 std::vector<Identifier>::const_iterator
it =
vec.begin();
228 std::vector<Identifier>::const_iterator it_end =
vec.end();
229 for(;
it!=it_end;++
it) {
234 double cDrho=caloDDE->
dr();
235 double z =caloDDE->
z_raw();
236 double cDz =caloDDE->
dz();
239 if( (
rho+cDrho/2.)>rhoMax ) {rhoMax=
rho+cDrho/2.;}
240 if( (
z-cDz/2.)<zMin ) {zMin=
z-cDz/2.;}
241 if( (
z+cDz/2.)>zMax ) {zMax=
z+cDz/2.;}
258 caloTTMgr->
add(tt_region);
273 ATH_MSG_INFO(
" Initialized CaloTTMgr, number of descr regions is " << numberOfDescrRegions);
275 << nEmb <<
" Em Barrel "
276 << nEmec <<
" Em EC "
278 << nFcal <<
" FCAL ");
279 ATH_MSG_DEBUG(
" number of helper regions= " << numberOfIdRegions);
282 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
CaloTTMgrDetDescrCnv(ISvcLocator *svcloc)
int layer_max(const Identifier regId) const
max value of phi index (-999 == failure)
float phiMin() const
descriptor parameter: min value of phi
bool is_initialized(void) const
Scalar phi() const
phi method
const long DetDescr_StorageType
std::vector< Identifier > ID
bool is_fcal(const Identifier id) const
Test wether given tower or layer is part of the FCAL.
Scalar eta() const
pseudorapidity method
float eta_min() const
descriptor parameter: min value of abs(eta)
int phi_max(const Identifier regId) const
min value of phi index (-999 == failure)
calo_descr_size calo_descriptors_size(void) const
Total number of descriptors.
Tool providing the mapping of the online and offline TriggerTower identifiers as well as the TT-cells...
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
const CaloDetDescrElement * get_element(const Identifier &cellId) const
get element by its identifier
bool is_emec(const Identifier id) const
Test wether given tower or layer is part of the EM end-cap.
int region(const Identifier id) const
return region according to :
DataObject * asStorable(T *pObject)
bool is_barrel_end(const Identifier id) const
Test wether given tower or layer is part of the EM barrel END.
std::vector< size_t > vec
const ServiceHandle< StoreGateSvc > & detStore() const
Handle to DetectorStore.
void set_spherical(double eta, double phi, double rho)
set coordinates of the Det Descr region – pseudo spherical system; eta is signed, rho is unsigned
Definition of CaloDetDescrManager.
bool is_hec(const Identifier id) const
Test wether given tower or layer is part of the HEC.
id_iterator region_end() const
end iterator over regions
Identifier layer_id(int pos_neg_z, int sampling, int region, int eta, int phi, int layer) const
build a layer identifier
static const CLID & ID()
the CLID of T
static long storageType()
bool msgLvl(const MSG::Level lvl) const
Test the output level.
void set_helper(const CaloLVL1_ID *id_helper)
set the helper used to decode the TT offline identifiers
id_iterator region_begin() const
begin iterator over regions
::StatusCode StatusCode
StatusCode definition for legacy code.
bool dPhi(const xAOD::TauJet &tau, const xAOD::TauTrack &track, double &out)
Default, invalid implementation of ClassID_traits.
void set_cylindric_size(double deta, double dphi, double dz)
set size of the Det Descr region – pseudo cylindrical system; eta is signed, z as well (same sign)
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
bool is_emb(const Identifier id) const
Test wether given tower or layer is part of the EM barrel.
float deta() const
descriptor parameter: eta granularity
uint32_t CLID
The Class ID type.
Helper class for offline TT identifiers.
void set_cylindric(double eta, double phi, double z)
set coordinates of the Det Descr region – pseudo cylindrical system; eta is signed,...
short nPhi() const
descriptor parameter: number of phi bins
void set_spherical_size(double deta, double dphi, double drho)
set size of the Det Descr region – pseudo spherical system; eta is signed, rho is unsigned
bool isFCAL(const xAOD::CaloCluster *cluster)
return true if the cluster (or the majority of its energy) is in the FCAL0
int sign_eta() const
descriptor parameter: sign of eta (+-1)
float z_raw() const
cell z_raw
void set(const Identifier &id)
set internal data member m_id (which is unused.
int pos_neg_z(const Identifier id) const
return pos_neg_z according to :
float r_raw() const
cell r_raw
void add(CaloTTDescrRegion *region)
Insertion in the vector of Det Descr regions (== Trigger Towers)
virtual long int repSvcType() const override
static const CLID & classID()
virtual StatusCode initialize() override
This class provides the client interface for accessing the detector description information common to...
std::string show_to_string(Identifier id, const IdContext *context=0, char sep='.') const
or provide the printout in string form
This class provides an interface to the geometrical description of the Calorimeter Trigger Towers.
float dphi() const
descriptor parameter: phi granularity
This class is used to build the CaloTTDescriptors and CaloTTDetDescrRegions carrying the geometry inf...
void initialize(void)
dummy.
This class holds the Calorimeter TriggerTower geometrical description
bool dEta(const xAOD::TauJet &tau, const xAOD::TauTrack &track, double &out)
Identifier tower_id(int pos_neg_z, int sampling, int region, int eta, int phi) const
build a tower identifier
setScale setgFexType iEta
virtual StatusCode finalize() override
bool is_tile(const Identifier id) const
Test wether given tower or layer is part of the Tile Calorimeter.
short nEta() const
descriptor parameter: number of eta bins
short nLay() const
descriptor parameter: number of layers