Skip to content

Commit 5ea7603

Browse files
authored
Remove FT0A and FT0C resolution configurables
1 parent 76e1b58 commit 5ea7603

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Common/TableProducer/ft0CorrectedTable.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ using namespace o2::aod;
4040

4141
struct ft0CorrectedTable {
4242
// Configurables
43-
Configurable<float> resoFT0A{"resoFT0A", 20.f, "FT0A resolution in ps for the MC override"};
44-
Configurable<float> resoFT0C{"resoFT0C", 20.f, "FT0C resolution in ps for the MC override"};
4543
Configurable<bool> addHistograms{"addHistograms", false, "Add QA histograms"};
4644
Configurable<int> cfgCollisionSystem{"collisionSystem", -2, "Collision system: -2 (use cfg values), -1 (autoset), 0 (pp), 1 (PbPb), 2 (XeXe), 3 (pPb)"};
4745
Configurable<std::string> cfgUrl{"ccdb-url", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};

0 commit comments

Comments
 (0)