![]() |
AliPhysics
d497afb (d497afb)
|
Additional utilities can be attached to the AliEmcalJetTask object, in a similar fashion as it is done for the AliTender class - for those who are familiar with it. The utility classes have to derive from the abstract class AliEmcalJetUtility. An EMCal jet utility class can implement any of the following four methods declared as virtual in AliEmcalJetUtility:
At the moment two utilities are available, which make use of the FastJet contribs: the generic subtractor implemented in AliEmcalJetUtilityGenSubtractor and the constituent subtractor implemented in AliEmcalJetUtilityConstSubtractor. For example, to add the generic subtractor to a previously defined AliEmcalJetTask object named jetTask one can use the following code.
or for the constituent subtraction:
Note: A description of the AliFWWrapper should be added