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 29 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 140 of file ShowerElementHolder.hh.

140  {
141  return checktag;
142  }
template<class T>
void reco::shower::ShowerDataProduct< T >::Clear ( void  )
inline
template<class T>
void reco::shower::ShowerDataProduct< T >::SetCheckTag ( bool Checktag)
inlinevirtual

Reimplemented from reco::shower::ShowerElementBase.

Definition at line 145 of file ShowerElementHolder.hh.

145  {
146  checktag = Checktag;
147  }

Member Data Documentation

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

Definition at line 150 of file ShowerElementHolder.hh.


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