#include "ForIA/Event.hh"
#include "ForIA/Track.hh"
#include "ForIA/TriggerDecision.hh"
#include "ForIA/TruthParticle.hh"
#include "ForIA/Vertex.hh"
#include "ForIA/L1TriggerBit.hh"
#include "ForIA/L2SpacePoints.hh"
#include "ForIA/Cluster.hh"
#include "ForIA/Jet.hh"
#include "ForIA/JetKey.hh"
#include "ForIA/TruthJet.hh"
#include "ForIA/EtMiss.hh"
#include "ForIA/DetectorErrors.hh"
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | ForIA::DataConverter |
Namespaces | |
namespace | ForIA |
Defines | |
#define | setterFunction(obj, varType, var) void set##var(obj &o, varType x){o.var = x;} |
#define | setVar(obj, var, val) set##var(obj, val) |
#define setterFunction | ( | obj, | |
varType, | |||
var | |||
) | void set##var(obj &o, varType x){o.var = x;} |
Definition at line 29 of file DataConverter.hh.
#define setVar | ( | obj, | |
var, | |||
val | |||
) | set##var(obj, val) |
Definition at line 36 of file DataConverter.hh.