-
Notifications
You must be signed in to change notification settings - Fork 14
Development Looper
Andrea Marini edited this page Jun 3, 2016
·
1 revision
The Looper is the core structure behind the analysis of the ntuples. It calls all the subsidiaries analysis defining the basic operation in the loop:
- Inits and Configure the different components needed to run
- Execute Loop over the entries:
- for each systematics makes the +1/-1 change, revalidate the objects, and rerun the analysis.
It's main
is the python/Loop.py
itself. This takes the config, Parse it (ParseDat
) and takes the opportune action on the looper class.