This file is indexed.

/usr/include/root/RooHistConstraint.h is in libroot-roofit-dev 5.34.00-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*****************************************************************************
 * Project: RooFit                                                           *
 *                                                                           *
  * This code was autogenerated by RooClassFactory                            * 
 *****************************************************************************/

#ifndef ROOHISTCONSTRAINT
#define ROOHISTCONSTRAINT

#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooCategoryProxy.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
#include "RooListProxy.h"

class RooParamHistFunc ;
 
class RooHistConstraint : public RooAbsPdf {
public:
  RooHistConstraint() {} ; 
  RooHistConstraint(const char *name, const char *title, const RooArgSet& phfSet, Int_t threshold=1000000);
  RooHistConstraint(const RooHistConstraint& other, const char* name=0) ;
  virtual TObject* clone(const char* newname) const { return new RooHistConstraint(*this,newname); }
  inline virtual ~RooHistConstraint() { }

  Double_t getLogVal(const RooArgSet* set=0) const ;

protected:

  Double_t logSum(Int_t i) const ;

  RooListProxy _gamma ;
  RooListProxy _nominal ;
  RooListProxy _nominalErr ;
  Bool_t _relParam ;
  
  Double_t evaluate() const ;

private:

  ClassDef(RooHistConstraint,1) // Your description goes here...
};
 
#endif