Ignore:
Timestamp:
02/28/02 15:10:47 (23 years ago)
Author:
blanch
Message:
From now on, if the multiplicity is to small to chek close-compact condition
it will check simple neighbour condition.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.cxx

    r1199 r1226  
    12671267
    12681268  if (trigger_geometry==2 && trigger_multi<3) {
    1269     cout<<"Closed pack geometry with multiplicity "<<trigger_multi<<" does not make sense"<<endl;
    1270     return (kFALSE);
     1269    cout<<"Closed pack geometry with multiplicity "<<trigger_multi<<" does not make sense, I'll check simple neihgbour condition"<<endl;
     1270    trigger_geometry=1;
    12711271  }
    12721272  if (trigger_geometry>2) {
Note: See TracChangeset for help on using the changeset viewer.