Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ o2::framework::WorkflowSpec defineDataProcessing(o2::framework::ConfigContext co
using o2::calibration::FT0EventsPerBcProcessor;
std::vector<InputSpec> inputs;
inputs.emplace_back("digits", "FT0", "DIGITSBC", Lifetime::Timeframe);
auto ccdbRequest = std::make_shared<o2::base::GRPGeomRequest>(true, // orbitResetTime
false, // GRPECS=true
auto ccdbRequest = std::make_shared<o2::base::GRPGeomRequest>(true, // orbitResetTime
false, // GRPECS=true
false, // GRPLHCIF
false, // GRPMagField
false, // askMatLUT
Expand Down
1 change: 0 additions & 1 deletion Detectors/FIT/FT0/macros/FT0readEventsPerBc.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "CommonConstants/LHCConstants.h"
#endif


std::unique_ptr<TH1F> hist;
std::unique_ptr<TCanvas> canvas;

Expand Down