Skip to content

Commit 96bcb9e

Browse files
authored
Merge pull request #4127 from Steepspace/sEPD-Calib
sEPD Event Plane Calibration - Application
2 parents 14bcd4a + 37a596e commit 96bcb9e

File tree

8 files changed

+909
-19
lines changed

8 files changed

+909
-19
lines changed

offline/packages/CaloReco/CaloTowerStatus.cc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
#include <calobase/TowerInfo.h> // for TowerInfo
55
#include <calobase/TowerInfoContainer.h>
6-
#include <calobase/TowerInfoContainerv1.h>
7-
#include <calobase/TowerInfoContainerv2.h>
8-
#include <calobase/TowerInfov1.h>
9-
#include <calobase/TowerInfov2.h>
106

117
#include <cdbobjects/CDBTTree.h> // for CDBTTree
128

@@ -154,7 +150,7 @@ int CaloTowerStatus::InitRun(PHCompositeNode *topNode)
154150
}
155151

156152
m_calibName_hotMap = m_detector + "nome";
157-
if (m_dettype == CaloTowerDefs::CEMC)
153+
if (m_dettype == CaloTowerDefs::CEMC || m_dettype == CaloTowerDefs::SEPD)
158154
{
159155
m_calibName_hotMap = m_detector + "_BadTowerMap";
160156
}

0 commit comments

Comments
 (0)