Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SAXSEnergyFA.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/saxs/SAXSEnergy.hh
11 /// @brief "Energy" based on a similarity of theoretical SAXS spectrum computed for a pose and the experimental data
12 /// @author Dominik Gront (dgront@chem.uw.edu.pl)
13 
14 
15 #ifndef INCLUDED_core_scoring_saxs_SAXSEnergyFA_hh
16 #define INCLUDED_core_scoring_saxs_SAXSEnergyFA_hh
17 
18 // Package headers
19 // AUTO-REMOVED #include <core/scoring/saxs/FormFactorManager.hh>
23 
24 // AUTO-REMOVED #include <core/scoring/EnergyMap.hh>
26 // AUTO-REMOVED #include <core/scoring/methods/EnergyMethodOptions.hh>
27 
30 
31 // Project headers
32 #include <core/pose/Pose.fwd.hh>
33 
34 #include <string>
35 
36 #include <platform/types.hh>
37 #include <core/types.hh>
45 // AUTO-REMOVED #include <core/conformation/Residue.fwd.hh>
47 #include <core/id/AtomID.fwd.hh>
48 // AUTO-REMOVED #include <core/id/DOF_ID.fwd.hh>
49 // AUTO-REMOVED #include <core/id/TorsionID.fwd.hh>
52 // AUTO-REMOVED #include <core/scoring/DerivVectorPair.fwd.hh>
54 // AUTO-REMOVED #include <core/scoring/SecondaryStructureWeights.hh>
55 // AUTO-REMOVED #include <core/scoring/hbonds/HBondOptions.fwd.hh>
62 // AUTO-REMOVED #include <core/scoring/mm/MMBondAngleResidueTypeParamSet.fwd.hh>
69 #include <utility/down_cast.hh>
70 // AUTO-REMOVED #include <utility/exit.hh>
71 #include <utility/vector1.fwd.hh>
72 #include <utility/vector1.hh>
73 #include <utility/vector1_bool.hh>
74 #include <utility/vectorL.fwd.hh>
75 #include <utility/vectorL.hh>
76 #include <utility/vectorL_Selector.hh>
77 #include <utility/vectorL_bool.hh>
78 #include <utility/pointer/ReferenceCount.fwd.hh>
79 #include <utility/pointer/ReferenceCount.hh>
80 #include <utility/pointer/access_ptr.fwd.hh>
81 #include <utility/pointer/access_ptr.hh>
82 #include <utility/pointer/owning_ptr.functions.hh>
83 #include <utility/pointer/owning_ptr.fwd.hh>
84 #include <utility/pointer/owning_ptr.hh>
85 // AUTO-REMOVED #include <numeric/numeric.functions.hh>
86 // AUTO-REMOVED #include <numeric/sphericalVector.fwd.hh>
87 // AUTO-REMOVED #include <numeric/trig.functions.hh>
88 #include <numeric/types.hh>
89 // AUTO-REMOVED #include <numeric/xyz.functions.fwd.hh>
90 // AUTO-REMOVED #include <numeric/xyzMatrix.fwd.hh>
91 #include <numeric/xyzVector.fwd.hh>
92 // AUTO-REMOVED #include <numeric/xyzVector.hh>
93 #include <numeric/interpolation/spline/Interpolator.hh>
94 #include <ObjexxFCL/FArray1D.fwd.hh>
95 #include <algorithm>
96 #include <cassert>
97 // AUTO-REMOVED #include <cmath>
98 #include <cstddef>
99 // AUTO-REMOVED #include <cstdlib>
100 // AUTO-REMOVED #include <iomanip>
101 #include <iosfwd>
102 #include <iostream>
103 #include <limits>
104 #include <map>
105 // AUTO-REMOVED #include <set>
106 // AUTO-REMOVED #include <sstream>
107 #include <vector>
108 
109 
110 namespace core {
111 namespace scoring {
112 namespace saxs {
113 
114 
115 class SAXSEnergyFA : public SAXSEnergy {
116 public:
117 
118  /// c-tor
120  chemical::ChemicalManager::get_instance()->residue_type_set(core::chemical::FA_STANDARD),saxs_fa_score,new SAXSEnergyCreatorFA) {}
121 
122 };
123 
124 
125 }
126 }
127 }
128 
129 #endif