#include "DataFormats/Provenance/interface/ConstBranchDescription.h"
#include "DataFormats/Provenance/interface/ProvenanceFwd.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "Rtypes.h"
#include "TBranch.h"
#include "boost/scoped_ptr.hpp"
#include "boost/shared_ptr.hpp"
#include "boost/utility.hpp"
#include <memory>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | edm::roottree::BranchInfo |
class | edm::RootTree |
Namespaces | |
namespace | edm |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
namespace | edm::roottree |
Typedefs | |
typedef std::map< BranchKey const, BranchInfo > | edm::roottree::BranchMap |
typedef Long64_t | edm::roottree::EntryNumber |
Functions | |
Int_t | edm::roottree::getEntry (TBranch *branch, EntryNumber entryNumber) |
Int_t | edm::roottree::getEntry (TTree *tree, EntryNumber entryNumber) |
std::auto_ptr< TTreeCache > | edm::roottree::trainCache (TTree *tree, InputFile &file, unsigned int cacheSize, char const *branchNames) |
Variables | |
unsigned int const | edm::roottree::defaultCacheSize = 20U * 1024 * 1024 |
unsigned int const | edm::roottree::defaultLearningEntries = 20U |
unsigned int const | edm::roottree::defaultNonEventCacheSize = 1U * 1024 * 1024 |
unsigned int const | edm::roottree::defaultNonEventLearningEntries = 1U |