Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RNA_Mg_KnowledgeBasedPotential.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/RNA_Mg_KnowledgeBasedPotential.hh
11 /// @brief Information on which atoms to use for computing clashes
12 /// @author Rhiju Das
13 
14 
15 #ifndef INCLUDED_core_scoring_rna_RNA_Mg_KnowledgeBasedPotential_hh
16 #define INCLUDED_core_scoring_rna_RNA_Mg_KnowledgeBasedPotential_hh
17 
18 // Unit Headers
22 
23 // Package headers
24 
25 // Project headers
26 #include <core/types.hh>
27 #include <core/pose/Pose.fwd.hh>
28 
29 // Utility headers
30 #include <utility/pointer/ReferenceCount.hh>
31 #include <utility/vector1.fwd.hh>
32 
33 namespace core {
34 namespace scoring {
35 namespace rna {
36 
38 
39 public:
40 
41  /// @brief ctor, reads data file
43 
45  get_mg_potential_gaussian_parameter( core::conformation::Residue const & rsd, Size const j, bool & is_phosphate_oxygen ) const;
46 
49 
52 
54 
57 
60 
61 private: //data
62 
67 
71 
76 
83 
88 
89  };
90 
91 
92 
93 }
94 }
95 }
96 
97 #endif // INCLUDED_core_scoring_ScoreFunction_HH