#include <Definitions.h>
Definition at line 38 of file Definitions.h.
Definitions::Definitions |
( |
| ) |
|
Definitions::Definitions |
( |
edm::Service< TFileService > & |
fs | ) |
|
Definition at line 40 of file Definitions.cc.
References tree_.
42 std::string category =
"Definitions";
43 tree_ = fs->make<TTree>(category.c_str(),category.c_str());
Definitions::Definitions |
( |
edm::Service< TFileService > & |
fs, |
|
|
const std::string & |
category |
|
) |
| |
Definition at line 47 of file Definitions.cc.
References tree_.
49 TFileDirectory subDir = fs->mkdir(
"Definitions" );
50 tree_ = subDir.make<TTree>(category.c_str(),category.c_str());
Definitions::Definitions |
( |
TFileDirectory & |
subDir | ) |
|
Definition at line 53 of file Definitions.cc.
References tree_.
55 std::string category =
"Definitions";
56 tree_ = subDir.make<TTree>(category.c_str(),category.c_str());
Definitions::Definitions |
( |
TFileDirectory & |
subDir, |
|
|
const std::string & |
category |
|
) |
| |
Definition at line 60 of file Definitions.cc.
References tree_.
62 TFileDirectory subSubDir = subDir.mkdir(
"Definitions" );
63 tree_ = subSubDir.make<TTree>(category.c_str(),category.c_str());
Definitions::~Definitions |
( |
| ) |
|
void Definitions::Add |
( |
const std::vector< std::string > & |
names, |
|
|
const std::vector< std::string > & |
aliases |
|
) |
| |
Definition at line 89 of file Definitions.cc.
91 for (
size_t i = 0 ; i < names.size() ; ++i )
92 this ->
Add(names[i],aliases[i]);
void Add(const std::vector< std::string > &, const std::vector< std::string > &)
void Definitions::Add |
( |
const std::string & |
name, |
|
|
const std::string & |
alias |
|
) |
| |
void Definitions::Fill |
( |
| ) |
|
void Definitions::Init |
( |
| ) |
|
TTree * Definitions::Tree |
( |
| ) |
|
TTree* analysis::ntuple::Definitions::tree_ |
|
private |
The documentation for this class was generated from the following files: