Create an event header object and store it to the TES.
EventHeader is a place where variables pertaining to the entire
event, such as missing transverse momentum, are kept.
The complete list of these variable is given in the
EventHeaderMaker class diagram.
The EventHeaderMaker is an Athena-Algorithm which is created at the start of
a job and executed once per event.
The following three public methods are executed by Athena, and are needed to
honour the IAlgorithm interface
The design fulfills requirements 3.1.6 of the ARD.
jobOptions properties are steering parameters which can be set by the user in
the jobOptions file.
They are declared in the constructor and initialised to
Default Values
The options for this algorithm are
The initialise method is called once at the beginning of the job.
It is here that the helper classes are instantiated.
JetSmearer is instatiated. To be used to smear cells used in missing pt
caluslation.
See above.