-
Notifications
You must be signed in to change notification settings - Fork 1
snowmass2013 Doc
awhitbeck edited this page Jul 24, 2013
·
1 revision
This code has been built in collaboration with Yanyan Gao, Sara Bolognesi, and Andrew Whitbeck for the purpose of developing tools to study Higgs properties at either the LHC or a future e+e- collider.
The code is structured into two types:
- Classes which are to be used for generic development providing concrete implementation of various calculations which are used in multiple situations.
- Scripts which provide use cases for the above classes.
Although the above description of is mostly true, it is not generally a strict rule. The former type is always compiled, usually through ROOT CINT compiler. The latter type of code is typically run interactively making use of the compiled classes. This is usually automated by including a list of command in test/loadLib.C which compiles code when root is opened in such a way that classes are available to the ROOT interpreter.