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

EmcRecDigit2Hit.h

Go to the documentation of this file.
00001 //
00002 //  Convert from Digit Map to Hit Map
00003 //
00004 //  Zhe Wang  2004, 8, 27
00005 //
00006 #ifndef EMC_REC_DIGIT_2_HIT_H
00007 #define EMC_REC_DIGIT_2_HIT_H
00008 
00009 #include "EmcRecEventModel/RecEmcEventModel.h"
00010 
00011 class EmcRecDigit2Hit
00012 {
00013  public:
00014    // Constructors and destructors
00015    EmcRecDigit2Hit();
00016    ~EmcRecDigit2Hit();
00017    
00018    void Convert(const RecEmcDigitMap& aDigitMap,
00019                 RecEmcHitMap& aHitMap);
00020 
00021    void Output(const RecEmcHitMap& aHitMap) const;
00022    void OutputEndcap(const RecEmcHitMap& aHitMap, const unsigned int module_ew) const;
00023 };
00024 #endif // EMC_REC_DIGIT_2_HIT_H
00025 

Generated on Wed Feb 2 15:41:54 2011 for BOSS6.5.5 by  doxygen 1.3.9.1