We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3adac2 commit 240203dCopy full SHA for 240203d
1 file changed
Detectors/ITSMFT/ITS/macros/test/CheckITSTracksVsROF.C
@@ -10,8 +10,6 @@
10
// or submit itself to any jurisdiction.
11
12
13
-// Simple macro to check ITS tracks in AO2D files as a function of bunch crossing within a ROF
14
-
15
#if !defined(__CLING__) || defined(__ROOTCLING__)
16
#include <TSystem.h>
17
#include <TFile.h>
@@ -42,6 +40,8 @@ constexpr float maxCollTimeFV0A = 5.f;
42
40
constexpr float maxZv = 10.f;
43
41
constexpr float maxTrackEta = 0.8f;
44
+// Simple macro to check ITS tracks in AO2D files as a function of bunch crossing within a ROF
+
45
void CheckITSTracksVsROF(int maxFiles = 6, int maxDF = 99999)
46
{
47
0 commit comments