#include "math.h"
#include "HltEvent/HltInf.h"
#include "HltEvent/HltRaw.h"
#include <fstream>
#include <iostream>
#include <vector>
Go to the source code of this file.
|
| int | main (int argc, char **argv) |
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
The main application
Definition at line 15 of file checkClID.cxx.
15 {
16 std::cout << "npar=" << argc << std::endl;
17 for ( int i = 0; i < argc; i++ ) { std::cout << "p(" << i << ")=" << *argv << std::endl; }
19
21 std::cout <<
" HLT Raw CLID = " << hltRaw->
clID() << std::endl;
22 delete hltRaw;
23
25 std::cout << " HLT Raw collection CLID = " << hltRawCol->clID() << std::endl;
26 delete hltRawCol;
27
29 std::cout <<
" HLT Inf CLID = " << hltInf->
clID() << std::endl;
30 std::cout << *hltInf << std::endl;
31
33 std::cout <<
" Dst HLT Inf CLID = " << dstHltInf->
clID() << std::endl;
34 std::cout << *dstHltInf << std::endl;
35
36
37 float x = 124.45;
46 delete hltInf;
47 hltInf =
dynamic_cast<HltInf*
>( dstHltInf );
48
49
50 dstHltInf =
new HltInf( 8, 3, 134543, 30203, 3.243 );
52 delete dstHltInf;
53
54 return 1;
55}
ObjectVector< HltRaw > HltRawCol
virtual const CLID & clID() const
virtual void print() const
void setEventType(const unsigned int i)
virtual void print() const
virtual void push_mdc(uint32_t data)
virtual const CLID & clID() const
virtual void push_con(uint32_t data)
virtual void push_emc(uint32_t data)
virtual const CLID & clID() const