diff --git a/reco/detectors/trd/unpack/CbmTrdUnpackFaspMonitor.cxx b/reco/detectors/trd/unpack/CbmTrdUnpackFaspMonitor.cxx index 2175a7f86c1d98aa855abb8bd6c1c177a4638a78..8860363d1f800122e06bf616c6e1b6e365a3a1fb 100644 --- a/reco/detectors/trd/unpack/CbmTrdUnpackFaspMonitor.cxx +++ b/reco/detectors/trd/unpack/CbmTrdUnpackFaspMonitor.cxx @@ -164,24 +164,22 @@ void CbmTrdUnpackFaspMonitor::createHisto(eDigiHistos kHisto) break; case eDigiHistos::kCharge: - newhisto = - std::make_shared<TH2I>(histoname.data(), Form("%s %d", histoname.data(), modId), 2 * nchs, -0.5, - (nchs - 0.5), 4095, 0.5, 4095.5); + newhisto = std::make_shared<TH2I>(histoname.data(), Form("%s %d", histoname.data(), modId), 2 * nchs, -0.5, + (nchs - 0.5), 4095, 0.5, 4095.5); newhisto->SetXTitle("Pad-Id"); newhisto->SetYTitle("Sgn [ADU]"); newhisto->SetZTitle("Yield"); break; case eDigiHistos::kChannel: - newhisto = std::make_shared<TH2I>(histoname.data(), Form("%s %d", histoname.data(), modId), NFASPMOD, -0.5, + newhisto = std::make_shared<TH2I>(histoname.data(), Form("%s %d", histoname.data(), modId), NFASPMOD, -0.5, (NFASPMOD - 0.5), NFASPCH, -0.5, NFASPCH - 0.5); newhisto->SetXTitle("FASP-Id"); newhisto->SetYTitle("FASP-Ch"); newhisto->SetZTitle("Yield"); break; case eDigiHistos::kDigiDeltaT: - newhisto = - std::make_shared<TH2I>(histoname.data(), Form("%s %d", histoname.data(), modId), 2 * nchs, -0.5, - (nchs - 0.5), 1000, 0, 1e2); + newhisto = std::make_shared<TH2I>(histoname.data(), Form("%s %d", histoname.data(), modId), 2 * nchs, -0.5, + (nchs - 0.5), 1000, 0, 1e2); newhisto->SetXTitle("Pad-Id"); newhisto->SetYTitle("Rate_{SGN} [kHz]"); newhisto->SetZTitle("Yield"); diff --git a/reco/detectors/trd/unpack/CbmTrdUnpackFaspMonitor.h b/reco/detectors/trd/unpack/CbmTrdUnpackFaspMonitor.h index aee51c03526fd2a630d646cbc1a3a5e11b9d961b..3dce9adbdc251e4447d1eaac79ff9d0bd02ce287 100644 --- a/reco/detectors/trd/unpack/CbmTrdUnpackFaspMonitor.h +++ b/reco/detectors/trd/unpack/CbmTrdUnpackFaspMonitor.h @@ -19,8 +19,8 @@ #define CbmTrdUnpackFaspMonitor_H #include "CbmTrdDigi.h" -#include "CbmTrdParSetAsic.h" #include "CbmTrdParModDigi.h" +#include "CbmTrdParSetAsic.h" #include "CbmTrdUnpackMonitor.h" #include <MicrosliceDescriptor.hpp> diff --git a/reco/detectors/trd/unpack/CbmTrdUnpackMonitor.h b/reco/detectors/trd/unpack/CbmTrdUnpackMonitor.h index 9ba2c04ece94e473de7d526dd6e0a44a24cc1710..10445c200756f6c4d022a1982b4c088abed4f4b6 100644 --- a/reco/detectors/trd/unpack/CbmTrdUnpackMonitor.h +++ b/reco/detectors/trd/unpack/CbmTrdUnpackMonitor.h @@ -22,8 +22,8 @@ #define CbmTrdUnpackMonitor_H #include "CbmTrdDigi.h" -#include "CbmTrdParSetDigi.h" #include "CbmTrdParSetAsic.h" +#include "CbmTrdParSetDigi.h" #include "CbmTrdRawMessageSpadic.h" #include "CbmTrdSpadic.h"