-
Notifications
You must be signed in to change notification settings - Fork 2
/
rivet-newP8.jdl
60 lines (44 loc) · 3.06 KB
/
rivet-newP8.jdl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#Example of use
#submit rivet-Pythia8-Mode.jdl mode0 numEvSingle Jobs
#submit rivet-Pythia8-Mode.jdl Monash 200000 250
#submit rivet-Pythia8-Mode.jdl leadlead 200000 250
#submit rivet-Pythia8-Mode.jdl leadlead 200000 250 1 ###This to Run calibration
#submit rivet-Pythia8-Mode.jdl leadlead 200000 250 2 ###This to preload calibration files
Jobtag = {"comment: ALICE Rivet analysis: Pythia8 Custom Monash 2013 ECR Mode @ 13000 GeV"};
#InputDataType = "NONE";
#OutputDir = "/alice/cern.ch/user/m/mgiacalo/Pythia8New/Simulations/P8$1Calibration/#alien_counter_03i#"; #This is run for first calibration
OutputDir = "/alice/cern.ch/user/m/mgiacalo/Pythia8New/Simulations/NewP8$1/#alien_counter_03i#"; #Secondly run this for analysis
#Use this version of AliGenerators for Rivet 3.1.1, otherwise the GRID run might not work. For Rivet standalone
#the version Rivet:3.1.1-alice1 can be used
Packages = {"VO_ALICE@Rivet::3.1.6-alice1-40"};
InputFile = {
"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/ALICE_2021_1818157.cc",
"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/ALICE_2021_1818157.info",
"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/ALICE_2021_1818157.plot",
"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/ALICE_2021_1818157.yoda",
"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/AliceCommon.hh",
"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/mode0.par",
"LF:/alice/cern.ch/user/m/mgiacalo/Rivet//mode2.par",
"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/leadlead.par",
"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/calibration.yoda",
"LF:/alice/cern.ch/user/m/mgiacalo/Pythia8New/pythia8310.tgz",
"LF:/alice/cern.ch/user/m/mgiacalo/Pythia8New/custom.par"
};
#"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/ALICE_2015_PBPBCentrality.cc",
#"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/ALICE_2015_PPCentrality.cc",
#"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/ALICE_2015_PPCentrality.info",
#"LF:/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/calibration.yoda", #to be included after obtaining calibration file
Executable = "/alice/cern.ch/user/m/mgiacalo/Pythia8New/Bash_RunRivet_commonPar.sh";
Arguments = "-a ALICE_2021_1818157 -g NewP8 -t 14 -s 13000 -p $1.par -c $4";
#If calibration is needed: run leadlead first with 1, Merge the output when jobs are done in a single calibration.yoda file and then preload it with 2 as third parameter (uploading it to alien)
Split = "production:1-$3";
SplitArguments = "-n $2";
TTL = "72000";
#SplitMaxInputFileNumber = "10";
#InputDataListFormat = "xml-single";
#InputDataList = "wn.xml";
Output = {"log_archive.zip:std*@disk=1","Rivet.yoda@disk=1"};
Validationcommand = "/alice/cern.ch/user/m/mgiacalo/Rivet/ALICEMultiplicity/Bash_RivetValidation.sh";
JDLVariables = {"Packages","OutputDir"};
Workdirectorysize = {"10000MB"};
#MasterResubmitThreshold="99%";