Skip to content
Closed
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 @@ -6,12 +6,11 @@

namespace o2::ft0
{
struct EventsPerBc
{
std::array<double,o2::constants::lhc::LHCMaxBunches> histogram;
int16_t amplThresSideA;
int16_t amplThresSideC;
ClassDefNV(EventsPerBc, 1);
struct EventsPerBc {
std::array<double, o2::constants::lhc::LHCMaxBunches> histogram;
int16_t amplThresSideA;
int16_t amplThresSideC;
ClassDefNV(EventsPerBc, 1);
};
}
} // namespace o2::ft0
#endif