Skip to content
Snippets Groups Projects
Commit 0ba9a95b authored by Alexandru Bercuci's avatar Alexandru Bercuci
Browse files

Apply clang-format

parent 89bf9d05
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
Authors: Florian Uhlig [committer], Alexandru Bercuci */
#include "CbmTrdModuleAbstract.h"
#include "CbmTrdParAsic.h"
#include <Logger.h>
......
......@@ -160,8 +160,8 @@ CbmTrdParFaspChannel::CbmTrdParFaspChannel(Int_t pup, Int_t ft, Int_t thr, Int_t
//___________________________________________________________________
void CbmTrdParFaspChannel::Print(Option_t* /*opt*/) const
{
printf("[%c]; MASK{%c}; CALIB{ PUT[ns]=%3d FT[clk]=%2d THR[ADC]=%4d MDS[ADC]=%4d }\n", (HasPairingR() ? 'R' : 'T'), (IsMasked() ? 'X' : ' '),
fPileUpTime, fFlatTop, fThreshold, fMinDelaySignal);
printf("[%c]; MASK{%c}; CALIB{ PUT[ns]=%3d FT[clk]=%2d THR[ADC]=%4d MDS[ADC]=%4d }\n", (HasPairingR() ? 'R' : 'T'),
(IsMasked() ? 'X' : ' '), fPileUpTime, fFlatTop, fThreshold, fMinDelaySignal);
}
ClassImp(CbmTrdParFasp);
......
......@@ -36,7 +36,8 @@ public:
enum CbmTrdParFaspChannelDef
{
kPair = 0 //< pad pairing type definition see SetPairing()
,kMask = 1 //< pad masking. See SetMask()
,
kMask = 1 //< pad masking. See SetMask()
};
/** \brief Parametrization of a FASP channel based on CADENCE simulations from 12.01.2018 and
* parabolic parametrization of dt(signal).
......@@ -106,6 +107,7 @@ public:
*/
virtual Bool_t SetCalibParameters(Int_t ch, Double_t const* par);
virtual void SetChannelMask(uint32_t mask);
private:
static Double_t fgSizeX; ///< FASP half size in x [cm]
static Double_t fgSizeY; ///< FASP half size in y [cm]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment