00001 #ifndef HZZ2L2NU_INCLUDE_GJETSWEIGHT_H_
00002 #define HZZ2L2NU_INCLUDE_GJETSWEIGHT_H_
00003
00004 #include <WeightBase.h>
00005
00006 #include <PhotonBuilder.h>
00007
00018 class GJetsWeight : public WeightBase {
00019 public:
00020 GJetsWeight(Dataset &dataset, PhotonBuilder const *photonBuilder);
00021
00022 virtual double NominalWeight() const override;
00023
00024 private:
00025 bool enabled_;
00026
00028 PhotonBuilder const *photonBuilder_;
00029 };
00030
00031 #endif // HZZ2L2NU_INCLUDE_GJETSWEIGHT_H_