-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FullSim] Prepare Dirac particle gun transformations
- Loading branch information
Showing
4 changed files
with
78 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tar -czvf fccconfig-ALLEGRO_o1_v03-devel.tgz cellNoise*.root neighbours*.root *.onnx *.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
[ddsim] | ||
SteeringFile = ddsim_steering_file.py | ||
|
||
[gaudiapp] | ||
ExecutableName = k4run | ||
SteeringFile = run_digi_reco.py | ||
|
||
|
||
[Production Parameters] | ||
machine = ee | ||
prodGroup = several | ||
softwareVersion = key4hep_nightly | ||
|
||
generatorApplication = None | ||
simulationApplication = ddsim | ||
reconstructionApplication = gaudiapp | ||
|
||
campaign = spring2024 | ||
energies = 10 | ||
processes = gun_e | ||
detectorModel = ALLEGRO_o1_v03 | ||
|
||
|
||
configVersion = ALLEGRO_o1_v03-devel | ||
configPackage = fccconfig | ||
eventsPerJobs = 100 | ||
#eventsPerJobs = [] | ||
## Number of jobs/task to generate (default = 1) | ||
numberOfTasks = 10 | ||
|
||
## optional prodid to search for input files | ||
# prodIDs = | ||
|
||
## number of events for input files to split productions | ||
eventsInSplitFiles = [] | ||
|
||
productionLogLevel = VERBOSE | ||
outputSE = CERN-DST-EOS | ||
|
||
finalOutputSE = CERN-SRM | ||
MoveStatus = Stopped | ||
MoveGroupSize = 10 | ||
|
||
## optional additional name | ||
# additionalName = | ||
## optional additional names, for for each process, prodID, etc. | ||
# taskNames = | ||
|
||
overlayEventType = pairs | ||
## optional energy to use for overlay: e.g. 3TeV | ||
# overlayEvents = | ||
|
||
#Productions to create: Gen, Split, Sim, Rec, RecOver | ||
ProdTypes = Sim, Rec | ||
|
||
move = False | ||
|
||
#Datatypes to move: Gen, Sim, Rec, Dst | ||
MoveTypes = | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters