CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
EventStringOutputBranches::NamedBranchPtr Struct Reference

Public Member Functions

 NamedBranchPtr (const std::string &aname, const std::string &atitle, TBranch *branchptr=nullptr)
 

Public Attributes

TBranch * branch
 
bool buffer
 
std::string name
 
std::string title
 

Detailed Description

Definition at line 27 of file EventStringOutputBranches.h.

Constructor & Destructor Documentation

◆ NamedBranchPtr()

EventStringOutputBranches::NamedBranchPtr::NamedBranchPtr ( const std::string &  aname,
const std::string &  atitle,
TBranch *  branchptr = nullptr 
)
inline

Definition at line 31 of file EventStringOutputBranches.h.

32  : name(aname), title(atitle), branch(branchptr), buffer(false) {}

Member Data Documentation

◆ branch

TBranch* EventStringOutputBranches::NamedBranchPtr::branch

◆ buffer

bool EventStringOutputBranches::NamedBranchPtr::buffer

◆ name

std::string EventStringOutputBranches::NamedBranchPtr::name

◆ title

std::string EventStringOutputBranches::NamedBranchPtr::title
EventStringOutputBranches::NamedBranchPtr::branch
TBranch * branch
Definition: EventStringOutputBranches.h:29
EventStringOutputBranches::NamedBranchPtr::buffer
bool buffer
Definition: EventStringOutputBranches.h:30
EventStringOutputBranches::NamedBranchPtr::name
std::string name
Definition: EventStringOutputBranches.h:28
EventStringOutputBranches::NamedBranchPtr::title
std::string title
Definition: EventStringOutputBranches.h:28