Parent Directory | Revision Log | Patch
revision 1.10 by mocchiut, Mon Nov 27 14:25:34 2006 UTC | revision 1.12 by mocchiut, Mon Dec 4 11:32:06 2006 UTC | |
---|---|---|
# | Line 257 class PamelaDBOperations { | Line 257 class PamelaDBOperations { |
257 | ||
258 | // Functions for TLE | // Functions for TLE |
259 | Int_t populateTLE(); | Int_t populateTLE(); |
260 | ||
261 | UInt_t ValidateTrkCalib( CalibTrk1Event* calibtrk , EventHeader* h); | |
262 | UInt_t ValidateTrkCalib( CalibTrk2Event* calibtrk , EventHeader* h){return ValidateTrkCalib((CalibTrk1Event*)calibtrk,h); }; | |
263 | ||
264 | UInt_t Check(); | |
265 | ||
266 | }; | }; |
267 | #endif /* PAMELA_DB_OPERATIONS_H */ | #endif /* PAMELA_DB_OPERATIONS_H */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |