diff --git a/Calibration/LumiAlCaRecoProducers/plugins/AlcaPCCEventProducer.cc b/Calibration/LumiAlCaRecoProducers/plugins/AlcaPCCEventProducer.cc index d7a8776295436..e9a9ad92290a6 100644 --- a/Calibration/LumiAlCaRecoProducers/plugins/AlcaPCCEventProducer.cc +++ b/Calibration/LumiAlCaRecoProducers/plugins/AlcaPCCEventProducer.cc @@ -37,8 +37,8 @@ class AlcaPCCEventProducer : public edm::global::EDProducer<> { private: const edm::InputTag pixelClusterLabel_; - const std::string trigstring_; //specifies the trigger Rand or ZeroBias - const bool savePerROCInfo_; // save per ROC data (important for the special fills) + const std::string trigstring_; //specifies the trigger Rand or ZeroBias + const bool savePerROCInfo_; // save per ROC data (important for the special fills) const edm::EDGetTokenT > pixelToken_; static constexpr int rowsperroc = 52;