Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ModuleB Class Reference

Inheritance diagram for ModuleB:

jobc::Module cfg::Observer List of all members.

Public Member Functions

 ModuleB (const char *v)
jobc::Result Reco (edm::EventHandle &)
jobc::Result Ana (const edm::EventHandle &)
void Update (const cfg::Config &)

Constructor & Destructor Documentation

ModuleB::ModuleB const char *  v  )  [inline]
 

Definition at line 33 of file testJobCModule.cc.

References jobc::Module::SetCfgVersion().

00033                          : jobc::Module("ModuleB") { 
00034     std::cout << "B()" << std::endl;
00035     this->SetCfgVersion(v);
00036   }


Member Function Documentation

jobc::Result ModuleB::Ana const edm::EventHandle  )  [inline, virtual]
 

Reimplemented from jobc::Module.

Definition at line 41 of file testJobCModule.cc.

00041                                                 {
00042     std::cout << "BA" << std::endl; 
00043     return jobc::kPassed;
00044   }

jobc::Result ModuleB::Reco edm::EventHandle  )  [inline, virtual]
 

Reimplemented from jobc::Module.

Definition at line 37 of file testJobCModule.cc.

00037                                            {
00038     std::cout << "BR" << std::endl; 
00039     return jobc::kPassed;
00040   }

void ModuleB::Update const cfg::Config  )  [inline, virtual]
 

Implements cfg::Observer.

Definition at line 45 of file testJobCModule.cc.

00045                                       {
00046     std::cout << "BUp" << std::endl; 
00047   }


The documentation for this class was generated from the following file:
Generated on Sat Oct 11 02:35:31 2008 for NOvA Offline by  doxygen 1.3.9.1