/[PAMELA software]/chewbacca/event/physics/anticounter/AnticounterEvent.cpp
ViewVC logotype

Annotation of /chewbacca/event/physics/anticounter/AnticounterEvent.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Sep 23 07:20:07 2008 UTC (16 years, 2 months ago) by mocchiut
Branch point for: v0r00, MAIN
Initial revision

1 mocchiut 1.1 /** @file
2     * $Source: /repository/event/physics/anticounter/AnticounterEvent.cpp,v $
3     * $Id: AnticounterEvent.cpp,v 1.1 2008-01-11 17:14:22 messineo Exp $
4     * $Author: messineo $
5     *
6     * Implementation of the raw anticoincidence physics event class
7     */
8    
9     #include "AnticounterEvent.h"
10    
11     using namespace pamela;
12     using namespace pamela::anticounter;
13    
14     AnticounterEvent::AnticounterEvent(void):
15     SubPacket("Anticounter", PacketType::Physics, SubDetector::Anticounter) {
16     }
17    
18     AnticounterEvent::~AnticounterEvent(void) {
19    
20     }
21    
22     ClassImp(AnticounterEvent)

  ViewVC Help
Powered by ViewVC 1.1.23