CMS 3D CMS Logo

Namespaces | Defines | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/PhysicsTools/MVAComputer/src/TreeReader.cc File Reference

#include <stdint.h>
#include <utility>
#include <cstring>
#include <string>
#include <vector>
#include <map>
#include <TString.h>
#include <TTree.h>
#include <TBranch.h>
#include <TLeaf.h>
#include <TList.h>
#include <TKey.h>
#include "FWCore/Utilities/interface/Exception.h"
#include "PhysicsTools/MVAComputer/interface/AtomicId.h"
#include "PhysicsTools/MVAComputer/interface/MVAComputer.h"
#include "PhysicsTools/MVAComputer/interface/TreeReader.h"

Go to the source code of this file.

Namespaces

namespace  PhysicsTools

Defines

#define TREEREADER_ADD_IMPL(T, C)

Functions

template<typename T >
static std::pair< void
*, std::vector< T > > 
PhysicsTools::makeMulti ()

Define Documentation

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

Definition at line 473 of file TreeReader.cc.