All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
reco::shower::ShowerDataProduct< T > Class Template Reference

#include <ShowerElementHolder.hh>

Inheritance diagram for reco::shower::ShowerDataProduct< T >:
reco::shower::ShowerElementAccessor< T > reco::shower::ShowerElementBase

Public Member Functions

 ShowerDataProduct (T &Element, bool Checktag)
 
void Clear ()
 
bool CheckTag () const
 
void SetCheckTag (bool &Checktag)
 
- Public Member Functions inherited from reco::shower::ShowerElementAccessor< T >
 ShowerElementAccessor (T &Element)
 
void SetShowerElement (T &Element)
 
int GetShowerElement (T &Element) const
 
T & GetShowerElementRef ()
 
GetShowerElement () const
 
std::string GetType () const override
 
- Public Member Functions inherited from reco::shower::ShowerElementBase
virtual ~ShowerElementBase () noexcept=default
 
bool CheckShowerElement () const
 
void Clear ()
 

Private Attributes

bool checktag
 

Additional Inherited Members

- Protected Attributes inherited from reco::shower::ShowerElementAccessor< T >
element
 
- Protected Attributes inherited from reco::shower::ShowerElementBase
bool elementPtr
 

Detailed Description

template<class T>
class reco::shower::ShowerDataProduct< T >

Definition at line 31 of file ShowerElementHolder.hh.

Constructor & Destructor Documentation

template<class T>
reco::shower::ShowerDataProduct< T >::ShowerDataProduct ( T &  Element,
bool  Checktag 
)
inline

Member Function Documentation

template<class T>
bool reco::shower::ShowerDataProduct< T >::CheckTag ( ) const
inlinevirtual

Reimplemented from reco::shower::ShowerElementBase.

Definition at line 142 of file ShowerElementHolder.hh.

142  {
143  return checktag;
144  }
template<class T>
void reco::shower::ShowerDataProduct< T >::Clear ( )
inline

Definition at line 136 of file ShowerElementHolder.hh.

136  {
137  this->element = T();
138  this->elementPtr = 0;
139  }
template<class T>
void reco::shower::ShowerDataProduct< T >::SetCheckTag ( bool &  Checktag)
inlinevirtual

Reimplemented from reco::shower::ShowerElementBase.

Definition at line 147 of file ShowerElementHolder.hh.

147  {
148  checktag = Checktag;
149  }

Member Data Documentation

template<class T>
bool reco::shower::ShowerDataProduct< T >::checktag
private

Definition at line 152 of file ShowerElementHolder.hh.


The documentation for this class was generated from the following file: