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 @@ -14,14 +14,16 @@

#include <string>

#include "CCDB/BasicCCDBManager.h"
#include "DataFormatsParameters/GRPLHCIFData.h"
#include "DataFormatsCTP/Configuration.h"
#include "DataFormatsCTP/Scalers.h"

namespace o2
namespace o2::ccdb
{
namespace ctp
class BasicCCDBManager;
}

namespace o2::ctp
{

class CTPRateFetcher
Expand Down Expand Up @@ -54,7 +56,7 @@ class CTPRateFetcher
o2::parameters::GRPLHCIFData mLHCIFdata{};
ClassDefNV(CTPRateFetcher, 1);
};
} // namespace ctp
} // namespace o2
} // namespace o2::ctp


#endif // COMMON_CCDB_CTPRATEFETCHER_H_
1 change: 1 addition & 0 deletions DataFormats/Detectors/CTP/src/CTPRateFetcher.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// or submit itself to any jurisdiction.

#include "DataFormatsCTP/CTPRateFetcher.h"
#include "CCDB/BasicCCDBManager.h"

#include <map>
#include <vector>
Expand Down
Loading