CMS 3D CMS Logo

Classes | Namespaces | Defines

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/PhysicsTools/MVAComputer/interface/TreeReader.h File Reference

#include <stdint.h>
#include <utility>
#include <string>
#include <vector>
#include <map>
#include <TTree.h>
#include <TBranch.h>
#include "PhysicsTools/MVAComputer/interface/AtomicId.h"
#include "PhysicsTools/MVAComputer/interface/MVAComputer.h"
#include "PhysicsTools/MVAComputer/interface/Variable.h"

Go to the source code of this file.

Classes

struct  PhysicsTools::TreeReader::Bool
class  PhysicsTools::TreeReader
class  PhysicsTools::TreeReader::Value

Namespaces

namespace  PhysicsTools

Defines

#define TREEREADER_ADD_IMPL(T)

Define Documentation

#define TREEREADER_ADD_IMPL (   T)
Value:
template<> \
void TreeReader::addSingle<T>(AtomicId name, const T *value, bool opt); \
\
template<> \
void TreeReader::addMulti(AtomicId name, const std::vector<T> *value);

Definition at line 113 of file TreeReader.h.