| 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. |
| 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 |
|
|