26 #ifndef G4AnnihilationCrossSection_h 
   27 #define G4AnnihilationCrossSection_h 
   41     std::vector<G4VAnnihilationCrossSection*> theDataSets;
 
   47     typedef std::vector<G4VAnnihilationCrossSection*>::iterator iter;
 
   49     for(i=theDataSets.begin(); i!=theDataSets.end(); i++)
 
   51         if((*i)->InCharge(aCode, bCode))
 
   53             result = (*i)->GetXsec(S);