#include <cstdint>
#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 | |
PhysicsTools | |
Macros | |
#define | TREEREADER_ADD_IMPL(T, C) |
Functions | |
template<typename T > | |
static std::pair< void *, std::vector< T > > | PhysicsTools::makeMulti () |
#define TREEREADER_ADD_IMPL | ( | T, | |
C | |||
) |
Definition at line 472 of file TreeReader.cc.