#include <StringBasedNTupler.h>
Public Types | |
typedef std::auto_ptr < std::vector< float > > | value |
Public Member Functions | |
void | assignDataHolderPtr (std::vector< float > *data) |
value | branch (const edm::Event &iEvent) |
const std::string & | branchAlias () const |
const std::string | branchName () const |
const std::string & | branchTitle () const |
const std::string & | className () const |
std::vector< float > * | dataHolderPtr () |
std::vector< float > ** | dataHolderPtrAdress () |
const std::string & | expr () const |
const std::string & | maxIndexName () const |
const std::string & | order () const |
const std::string & | selection () const |
const edm::InputTag & | src () const |
TreeBranch () | |
TreeBranch (std::string C, edm::InputTag S, std::string E, std::string O, std::string SE, std::string Mi, std::string Ba) | |
Private Attributes | |
std::string | branchAlias_ |
std::string | branchTitle_ |
std::string | class_ |
std::vector< float > * | dataHolderPtr_ |
std::string | expr_ |
std::string | maxIndexName_ |
std::string | order_ |
std::string | selection_ |
edm::InputTag | src_ |
Definition at line 49 of file StringBasedNTupler.h.
typedef std::auto_ptr<std::vector<float> > TreeBranch::value |
Definition at line 72 of file StringBasedNTupler.h.
|
inline |
Definition at line 51 of file StringBasedNTupler.h.
|
inline |
Definition at line 52 of file StringBasedNTupler.h.
|
inline |
Definition at line 77 of file StringBasedNTupler.h.
TreeBranch::value TreeBranch::branch | ( | const edm::Event & | iEvent | ) |
Definition at line 39 of file StringBasedNTupler.cc.
References ANOTHER_CLASS, ANOTHER_VECTOR_CLASS, branchName(), and class_.
|
inline |
Definition at line 70 of file StringBasedNTupler.h.
|
inline |
Definition at line 66 of file StringBasedNTupler.h.
Referenced by branch().
|
inline |
Definition at line 71 of file StringBasedNTupler.h.
|
inline |
Definition at line 60 of file StringBasedNTupler.h.
|
inline |
Definition at line 76 of file StringBasedNTupler.h.
|
inline |
Definition at line 75 of file StringBasedNTupler.h.
|
inline |
Definition at line 62 of file StringBasedNTupler.h.
|
inline |
Definition at line 65 of file StringBasedNTupler.h.
|
inline |
Definition at line 63 of file StringBasedNTupler.h.
|
inline |
Definition at line 64 of file StringBasedNTupler.h.
|
inline |
Definition at line 61 of file StringBasedNTupler.h.
|
private |
Definition at line 85 of file StringBasedNTupler.h.
|
private |
Definition at line 86 of file StringBasedNTupler.h.
|
private |
Definition at line 79 of file StringBasedNTupler.h.
Referenced by branch().
|
private |
Definition at line 88 of file StringBasedNTupler.h.
|
private |
Definition at line 81 of file StringBasedNTupler.h.
|
private |
Definition at line 84 of file StringBasedNTupler.h.
|
private |
Definition at line 82 of file StringBasedNTupler.h.
|
private |
Definition at line 83 of file StringBasedNTupler.h.
|
private |
Definition at line 80 of file StringBasedNTupler.h.