73 std::vector<Root::TLumiBlockRange> notinother;
75 Int_t begin(-1), end(-1);
77 if ( other.Begin()>this->Begin() ) {
78 begin = this->
Begin() ;
79 end = ( other.Begin()>this->
End() ? this->
End() : other.Begin()-1 ) ;
83 if ( other.End()<this->End() ) {
84 begin = ( other.End()>=this->
Begin() ? other.End()+1 : this->Begin() ) ;