/[PAMELA software]/chewbacca/event/EventCounter.cpp
ViewVC logotype

Diff of /chewbacca/event/EventCounter.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mocchiut, Tue Aug 4 13:58:16 2009 UTC revision 1.5 by mocchiut, Thu Feb 11 09:02:15 2010 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/EventCounter.cpp,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/EventCounter.cpp,v $
3   * $Id: EventCounter.cpp,v 1.3 2009/07/29 15:47:19 mocchiut Exp $   * $Id: EventCounter.cpp,v 1.4 2009/08/04 13:58:16 mocchiut Exp $
4   * $Author: mocchiut $   * $Author: mocchiut $
5   *   *
6   * Implementation of the EventCounter class.   * Implementation of the EventCounter class.
# Line 41  void mappa::Clear(Option_t *t){ Line 41  void mappa::Clear(Option_t *t){
41    
42  void mappa::Set(){  void mappa::Set(){
43    //  cout << " in mappa set" << endl;    //  cout << " in mappa set" << endl;
44    if (!val) val = new TClonesArray("pamela::mapval",47);    if (val) delete val;
45      val = new TClonesArray("pamela::mapval",47);
46    //  cout << " out mappa set" << endl;    //  cout << " out mappa set" << endl;
47  }  }
48    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23