/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Emc/EmcRecEventModel/EmcRecEventModel-01-01-18/test/main.cxx File Reference

#include <iostream>
#include "EmcRecEventModel/EmcRecEventModel.h"

Go to the source code of this file.

Functions

int main ()


Function Documentation

int main (  ) 

Definition at line 7 of file main.cxx.

00008 {
00009    EmcRecHit aHit;
00010    
00011    aHit.Dump();
00012    
00013    cout<<aHit<<endl;
00014 
00015    EmcRecDigit aDigit;
00016    cout<<aDigit<<endl;
00017    
00018    EmcRecCluster aCluster;
00019    aCluster.Insert(aHit);
00020    cout<<aCluster<<endl;
00021 
00022    EmcRecFraction aFraction;
00023    cout<<aFraction<<endl;
00024    
00025    EmcRecShower aShower;
00026    aShower.Insert(aFraction);
00027    
00028    cout<<aShower<<endl;
00029 }


Generated on Tue Nov 29 23:14:53 2016 for BOSS_7.0.2 by  doxygen 1.4.7