4 * @ingroup pwg2_forward_scripts
7 * Read in AOD and generate @f$ dN/d\eta@f$ for the selected
8 * trigger classes and vertex ranges
10 * @param file Input file (AOD)
11 * @param triggers Triggers to investigate
12 * @param energy Energy (only used for comparisons)
13 * @param vzMin Minimum interaction point z coordinate
14 * @param vzMax Maximum interaction point z coordinate
15 * @param rebin How many bins to group
16 * @param title Title to put on the plot
17 * @param hhd Whether to do HHD comparison
18 * @param comp Whether to do comparisons
20 * @ingroup pwg2_forward_scripts
23 Pass2(const char* aoddir=".",
25 const char* triggers="INEL",
30 gROOT->LoadMacro("$ALICE_ROOT/PWG2/FORWARD/analysis2/MakedNdeta.C");
32 MakedNdeta(aoddir, nEvents, triggers, vzMin, vzMax, proof);