CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
edm::service::ELservConSup Class Reference
Inheritance diagram for edm::service::ELservConSup:
edm::service::ELcontextSupplier

Public Member Functions

ELservConSupclone () const
 
ELstring context () const
 
ELstring fullContext () const
 
void setContext (const ELstring &s)
 
void setFullContext (const ELstring &s)
 
void setSummaryContext (const ELstring &s)
 
ELstring summaryContext () const
 
- Public Member Functions inherited from edm::service::ELcontextSupplier
virtual void editErrorObj (edm::ErrorObj &) const
 
virtual edm::ELstring traceRoutine () const
 
virtual ~ELcontextSupplier ()
 

Private Attributes

ELstring con_
 
ELstring fullcon_
 
ELstring sumcon_
 

Detailed Description

Definition at line 25 of file ELrecv.cc.

Member Function Documentation

ELservConSup* edm::service::ELservConSup::clone ( void  ) const
inlinevirtual

Implements edm::service::ELcontextSupplier.

Definition at line 34 of file ELrecv.cc.

34 { return new ELservConSup ( *this ); }
ELstring edm::service::ELservConSup::context ( ) const
inlinevirtual

Implements edm::service::ELcontextSupplier.

Definition at line 28 of file ELrecv.cc.

References con_.

28 { return con_; }
ELstring edm::service::ELservConSup::fullContext ( ) const
inlinevirtual

Implements edm::service::ELcontextSupplier.

Definition at line 30 of file ELrecv.cc.

References fullcon_.

30 { return fullcon_; }
void edm::service::ELservConSup::setContext ( const ELstring s)
inline

Definition at line 31 of file ELrecv.cc.

References con_, and alignCSCRings::s.

Referenced by edm::service::ELrecv().

31 { con_ = s; }
void edm::service::ELservConSup::setFullContext ( const ELstring s)
inline

Definition at line 33 of file ELrecv.cc.

References fullcon_, and alignCSCRings::s.

Referenced by edm::service::ELrecv().

33 { fullcon_ = s; }
void edm::service::ELservConSup::setSummaryContext ( const ELstring s)
inline

Definition at line 32 of file ELrecv.cc.

References alignCSCRings::s, and sumcon_.

Referenced by edm::service::ELrecv().

32 { sumcon_ = s; }
ELstring edm::service::ELservConSup::summaryContext ( ) const
inlinevirtual

Implements edm::service::ELcontextSupplier.

Definition at line 29 of file ELrecv.cc.

References sumcon_.

29 { return sumcon_; }

Member Data Documentation

ELstring edm::service::ELservConSup::con_
private

Definition at line 36 of file ELrecv.cc.

Referenced by context(), and setContext().

ELstring edm::service::ELservConSup::fullcon_
private

Definition at line 38 of file ELrecv.cc.

Referenced by fullContext(), and setFullContext().

ELstring edm::service::ELservConSup::sumcon_
private

Definition at line 37 of file ELrecv.cc.

Referenced by setSummaryContext(), and summaryContext().