Skip to content
Snippets Groups Projects
Commit 0115ba4d authored by Volker Friese's avatar Volker Friese
Browse files

Some cleanup

parent f1d91882
No related branches found
No related tags found
No related merge requests found
Pipeline #19862 failed
This commit is part of merge request !1014. Comments created here will be created in the context of that merge request.
......@@ -16,21 +16,6 @@
#include "TStopwatch.h"
#include <map>
class TClonesArray;
class CbmStsPoint;
class CbmStsParAsic;
class CbmStsParModule;
class CbmStsParSensor;
class CbmStsParSensorCond;
class CbmStsParSetModule;
class CbmStsParSetSensor;
class CbmStsParSetSensorCond;
class CbmStsParSim;
class CbmStsSetup;
class CbmStsSimSensorFactory;
/** @class CbmBmonDigitize
** @brief Task class for simulating the detector response of the BMON
......@@ -45,7 +30,7 @@ class CbmBmonDigitize : public CbmDigitize<CbmBmonDigi> {
public:
/** Constructor **/
CbmBmonDigitize(double fResolution = 0.025);
CbmBmonDigitize(double resolution = 0.025);
/** Destructor **/
......@@ -53,7 +38,7 @@ public:
/** @brief Detector system ID
** @return kSts
** @return kT0
**/
ECbmModuleId GetSystemId() const { return ECbmModuleId::kT0; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment