CMS 3D CMS Logo

Public Member Functions | Protected Member Functions

PFAlgoTestBenchConversions Class Reference

Particle Flow Algorithm test bench for the electron team. More...

#include <PFAlgoTestBenchConversions.h>

Inheritance diagram for PFAlgoTestBenchConversions:
PFAlgo

List of all members.

Public Member Functions

 PFAlgoTestBenchConversions ()
 constructor
virtual ~PFAlgoTestBenchConversions ()
 destructor

Protected Member Functions

virtual void processBlock (const reco::PFBlockRef &blockref, std::list< reco::PFBlockRef > &hcalBlockRefs, std::list< reco::PFBlockRef > &ecalBlockRefs)

Detailed Description

Particle Flow Algorithm test bench for the electron team.

Author:
Florian Beaudette, Daniele Benedetti, Michele Pioppi
Date:
January 2006

Definition at line 18 of file PFAlgoTestBenchConversions.h.


Constructor & Destructor Documentation

PFAlgoTestBenchConversions::PFAlgoTestBenchConversions ( ) [inline]

constructor

Definition at line 23 of file PFAlgoTestBenchConversions.h.

{}
virtual PFAlgoTestBenchConversions::~PFAlgoTestBenchConversions ( ) [inline, virtual]

destructor

Definition at line 26 of file PFAlgoTestBenchConversions.h.

{}

Member Function Documentation

virtual void PFAlgoTestBenchConversions::processBlock ( const reco::PFBlockRef blockref,
std::list< reco::PFBlockRef > &  hcalBlockRefs,
std::list< reco::PFBlockRef > &  ecalBlockRefs 
) [protected, virtual]

process one block. can be reimplemented in more sophisticated algorithms

Reimplemented from PFAlgo.