#include <SelectBranches.hpp>
Public Member Functions | |
| BranchNames () | |
| BranchNames (const std::string &name) | |
| BranchNames (const std::string &name1, const std::string &name2) | |
| BranchNames (const std::string &name1, const std::string &name2, const std::string &name3) | |
| BranchNames (const std::string &name1, const std::string &name2, const std::string &name3, const std::string &name4) | |
| BranchNames (const std::vector< std::string > &names) | |
| BranchNames (const BranchNames &other) | |
| BranchNames & | operator= (const BranchNames &other) |
Private Member Functions | |
| void | disable (TTree *tree, int cookie) const |
| void | enable () const |
Private Attributes | |
| std::vector< std::string > | _branchNames |
| std::vector< TBranch * > | _branches |
| std::vector< bool > | _oldStatus |
| int | _cookie |
Friends | |
| class | SelectBranches |
All names should be of the form 'BRANCH.MEMBER' or just 'BRANCH'.
Examples: BranchNames names("EMscone.fX", "EMscone.fY");
Definition at line 24 of file SelectBranches.hpp.
|
|
Definition at line 15 of file SelectBranches.cpp. |
|
|
Definition at line 20 of file SelectBranches.cpp. |
|
||||||||||||
|
Definition at line 26 of file SelectBranches.cpp. References _branchNames. |
|
||||||||||||||||
|
Definition at line 33 of file SelectBranches.cpp. References _branchNames. |
|
||||||||||||||||||||
|
Definition at line 41 of file SelectBranches.cpp. References _branchNames. |
|
|
Definition at line 50 of file SelectBranches.cpp. |
|
|
Definition at line 56 of file SelectBranches.cpp. |
|
||||||||||||
|
Definition at line 75 of file SelectBranches.cpp. References _branches, _branchNames, _cookie, and _oldStatus. |
|
|
Definition at line 142 of file SelectBranches.cpp. References _branches, and _oldStatus. Referenced by cafe::SelectBranches::~SelectBranches(). |
|
|
Definition at line 64 of file SelectBranches.cpp. References _branches, _branchNames, _cookie, and _oldStatus. |
|
|
Definition at line 37 of file SelectBranches.hpp. |
|
|
Definition at line 42 of file SelectBranches.hpp. Referenced by disable(), enable(), and operator=(). |
|
|
Definition at line 41 of file SelectBranches.hpp. Referenced by BranchNames(), disable(), and operator=(). |
|
|
Definition at line 44 of file SelectBranches.hpp. Referenced by disable(), and operator=(). |
|
|
Definition at line 43 of file SelectBranches.hpp. Referenced by disable(), enable(), and operator=(). |
1.3.4