CMS 3D CMS Logo

enroller_helper::Enrollment< T > Struct Template Reference

#include <SimG4Core/Notification/interface/SimActivityRegistryEnroller.h>

List of all members.

Static Public Member Functions

static void enroll (SimActivityRegistry &, void *)
static void enroll (SimActivityRegistry &iReg, Observer< const T * > *iObs)


Detailed Description

template<class T>
struct enroller_helper::Enrollment< T >

Definition at line 39 of file SimActivityRegistryEnroller.h.


Member Function Documentation

template<class T>
static void enroller_helper::Enrollment< T >::enroll ( SimActivityRegistry ,
void  
) [inline, static]

Definition at line 43 of file SimActivityRegistryEnroller.h.

00043 {}

template<class T>
static void enroller_helper::Enrollment< T >::enroll ( SimActivityRegistry iReg,
Observer< const T * > *  iObs 
) [inline, static]

Definition at line 40 of file SimActivityRegistryEnroller.h.

References SimActivityRegistry::connect().

00040                                                                              {
00041         iReg.connect(iObs);
00042       }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:46:46 2009 for CMSSW by  doxygen 1.5.4