We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464b40e commit 672c614Copy full SHA for 672c614
1 file changed
Detectors/TOF/prototyping/makeDRMobj_tof.C
@@ -17,7 +17,7 @@
17
18
void makeDRMobj_tof(const char* inputfile = "TObject_1764607157510.root", bool dummy = false)
19
{
20
- if(dummy) {
+ if (dummy) {
21
o2::tof::Diagnostic drmDia;
22
for (int j = 1; j <= 72; j++) {
23
drmDia.fill(o2::tof::Diagnostic::getDRMKey(j - 1));
0 commit comments