50 point = name.find(
".", point+1 );
51 if( point == -1 )
break;
52 theOptOName +=
"/" + name.substr( pointold, point-pointold);
79 std::vector<FittedEntry*> vFEntry = _vFEntry;
80 std::vector<FittedEntry*>::iterator ite;
84 theOrder = (vFEntry[0]->getOrder() );
85 theEntry = (vFEntry[0]->getEntry() );
92 for( ite = vFEntry.begin(); ite != vFEntry.end(); ++ite) {
94 std::cerr <<
"!!! FATAL ERROR FittedEntry::FittedEntry one entry in list has different opto or entry names : " << (*ite)->getOptOName() <<
" != " <<
theOptOName <<
" " << (*ite)->getEntryName() <<
" != " <<
theEntryName << std::endl;
104 ALIint siz = vFEntry.size();
120 slash =
theName.find(
'/', slash+1);
121 if( slash == -1 )
break;
129 if( space != -1) en[space] =
'_';
virtual ALIdouble OutputValueDimensionFactor() const
ALIdouble valueDisplacementByFitting() const
virtual ALIdouble OutputSigmaDimensionFactor() const
static Entry * getEntryByName(const ALIstring &opto_name, const ALIstring &entry_name)
--— Search an Entry name in the Entry* list and return a pointer to it
const ALIstring longName() const
const ALIstring & name() const
OpticalObject * OptOCurrent() const
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point