Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RNA_ChemicalShiftEnergy.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 //
4 // (c) Copyright Rosetta Commons Member Institutions.
5 // (c) This file is part of the Rosetta software suite and is made available under license.
6 // (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7 // (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8 // (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9 
10 /// @file core/scoring/rna/chemical_shift/RNA_ChemicalShiftEnergy.hh
11 /// @brief Energy score based on the agreement between experimentally determined and theoretically calculated NMR chemical_shift
12 /// @author Parin Sripakdeevong (sripakpa@stanford.edu)
13 
14 
15 #ifndef INCLUDED_core_scoring_rna_chemical_shift_RNA_ChemicalShiftEnergy_HH
16 #define INCLUDED_core_scoring_rna_chemical_shift_RNA_ChemicalShiftEnergy_HH
17 
18 // Package headers
22 
23 // Project headers
24 #include <core/pose/Pose.fwd.hh>
25 #include <core/types.hh>
26 #include <numeric/xyzVector.hh>
27 
28 
29 // Utility headers
30 
31 
32 namespace core {
33 namespace scoring {
34 namespace rna {
35 namespace chemical_shift {
36 
37 
38 /////////////////////////////////////////////////////////////////////////////
40 
41 public:
43 
44 public:
45 
47 
48  /// clone
49  virtual
51  clone() const;
52 
53  /////////////////////////////////////////////////////////////////////////////
54  // scoring
55  /////////////////////////////////////////////////////////////////////////////
56 
57  void
58  setup_for_scoring( pose::Pose & , ScoreFunction const & ) const;
59 
60  void
61  setup_for_derivatives( pose::Pose & , ScoreFunction const & ) const;
62 
63  /////////////////////////////////
64  void
66  pose::Pose & pose,
67  ScoreFunction const &,
68  EnergyMap & totals
69  ) const;
70 
71  /////////////////////////////////
72  void
74  id::AtomID const & atom_id,
75  pose::Pose const & pose,
76  kinematics::DomainMap const & domain_map,
77  ScoreFunction const &,
78  EnergyMap const & weights,
79  Vector & F1,
80  Vector & F2 ) const;
81 
82  void
84  utility::vector1< bool > & /*context_graphs_required*/
85  ) const {}
86 
87 private:
88 
90 
91  virtual
92  core::Size version() const;
93 
94 };
95 
96 
97 } // chemical_shift
98 } // rna
99 } // scoring
100 } // core
101 
102 #endif // INCLUDED_core_scoring_methods_RG_Energy_RNA_HH